Class IfStatement
java.lang.Object
com.google.api.generator.engine.ast.IfStatement
-
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 IfStatement.Builderbuilder()abstract Exprabstract com.google.common.collect.ImmutableList<Statement>elseBody()elseIfs()
-
Constructor Details
-
IfStatement
public IfStatement()
-
-
Method Details