Class ForStatement
java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.java.ast.statement.ForStatement
- All Implemented Interfaces:
Statement
Represents the traditional for loop.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Expression
final List
<Expression> final Statement
final Statement
-
Constructor Summary
ConstructorsConstructorDescriptionForStatement
(Statement initializer, Expression condition, List<Expression> incrementer, Statement statement) -
Method Summary
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
Field Details
-
initializer
-
condition
-
incrementer
-
statement
-
-
Constructor Details
-
ForStatement
public ForStatement(Statement initializer, Expression condition, List<Expression> incrementer, Statement statement)
-
-
Method Details
-
toString
- Overrides:
toString
in classValueObject
-