Class CastExpr
- java.lang.Object
-
- com.google.api.generator.engine.ast.CastExpr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCastExpr.Builder
-
Constructor Summary
Constructors Constructor Description CastExpr()
-
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.static CastExpr.Builderbuilder()abstract Exprexpr()abstract TypeNodetype()
-
-
-
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.
-
builder
public static CastExpr.Builder builder()
-
-