Class ForStatement
java.lang.Object
com.google.api.generator.engine.ast.ForStatement
-
Nested Class Summary
Nested Classes -
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 ForStatement.Builderbuilder()abstract Exprabstract VariableExpr
-
Constructor Details
-
ForStatement
public ForStatement()
-
-
Method Details