Class TryCatchStatement
java.lang.Object
com.google.api.generator.engine.ast.TryCatchStatement
-
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.static TryCatchStatement.Builderbuilder()abstract List<VariableExpr>abstract booleanabstract com.google.common.collect.ImmutableList<Statement>tryBody()abstract AssignmentExpr
-
Constructor Details
-
TryCatchStatement
public TryCatchStatement()
-
-
Method Details
-
tryBody
-
catchVariableExprs
-
catchBlocks
-
tryResourceExpr
-
isSampleCode
public abstract boolean isSampleCode() -
accept
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node. -
builder
-