Class ReturnExpr
- java.lang.Object
-
- com.google.api.generator.engine.ast.ReturnExpr
-
-
Constructor Summary
Constructors Constructor Description ReturnExpr()
-
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 Exprexpr()TypeNodetype()static ReturnExprwithExpr(Expr expr)
-
-
-
Method Detail
-
expr
public abstract Expr expr()
-
accept
public void accept(AstNodeVisitor visitor)
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node.
-
withExpr
public static ReturnExpr withExpr(Expr expr)
-
-