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