Class GeneralForStatement
java.lang.Object
com.google.api.generator.engine.ast.GeneralForStatement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(AstNodeVisitor visitor) Writes the syntatically-correct Java code representation of this node.abstract com.google.common.collect.ImmutableList<Statement>body()static GeneralForStatementincrementWith(VariableExpr localVariableExpr, ValueExpr initialValueExpr, Expr maxSizeExpr, List<Statement> body) abstract Exprabstract Exprabstract Expr
-
Constructor Details
-
GeneralForStatement
public GeneralForStatement()
-
-
Method Details
-
initializationExpr
-
terminationExpr
-
updateExpr
-
body
-
accept
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node. -
incrementWith
public static GeneralForStatement incrementWith(VariableExpr localVariableExpr, ValueExpr initialValueExpr, Expr maxSizeExpr, List<Statement> body)
-