Class ForeachStatement
java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.java.ast.statement.ForeachStatement
- All Implemented Interfaces:
Statement
Represents the enhanced for loop statement.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionForeachStatement
(TypeLiteral type, String var, Expression of, Statement statement) -
Method Summary
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
Field Details
-
type
-
var
-
of
-
statement
-
-
Constructor Details
-
ForeachStatement
-
-
Method Details
-
toString
- Overrides:
toString
in classValueObject
-