Class ExprStatement
- java.lang.Object
-
- com.google.api.generator.engine.ast.ExprStatement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExprStatement.Builder
-
Constructor Summary
Constructors Constructor Description ExprStatement()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaccept(AstNodeVisitor visitor)Writes the syntatically-correct Java code representation of this node.abstract Exprexpression()static ExprStatementwithExpr(Expr expr)
-
-
-
Method Detail
-
expression
public abstract Expr expression()
-
accept
public void accept(AstNodeVisitor visitor)
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node.
-
withExpr
public static ExprStatement withExpr(Expr expr)
-
-