Class NewObjectExpr
java.lang.Object
com.google.api.generator.engine.ast.NewObjectExpr
-
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.abstract com.google.common.collect.ImmutableList<Expr>static NewObjectExpr.Builderbuilder()abstract booleanabstract TypeNodetype()static NewObjectExpr
-
Constructor Details
-
NewObjectExpr
public NewObjectExpr()
-
-
Method Details
-
type
-
arguments
-
isGeneric
public abstract boolean isGeneric() -
accept
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node. -
withType
-
builder
-