Class ValueExpr
- java.lang.Object
-
- com.google.api.generator.engine.ast.ValueExpr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValueExpr.Builder
-
Constructor Summary
Constructors Constructor Description ValueExpr()
-
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 ValueExpr.Builderbuilder()static ValueExprcreateNullExpr()TypeNodetype()abstract Valuevalue()static ValueExprwithValue(Value value)
-
-
-
Method Detail
-
value
public abstract Value value()
-
accept
public void accept(AstNodeVisitor visitor)
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node.
-
createNullExpr
public static ValueExpr createNullExpr()
-
builder
public static ValueExpr.Builder builder()
-
-