Class WhileStatement
java.lang.Object
com.google.api.generator.engine.ast.WhileStatement
-
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 WhileStatement.Builderbuilder()abstract Expr
-
Constructor Details
-
WhileStatement
public WhileStatement()
-
-
Method Details