Class MethodInvocationExpr
java.lang.Object
com.google.api.generator.engine.ast.MethodInvocationExpr
-
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.static MethodInvocationExpr.Builderbuilder()abstract Exprgenerics()booleanabstract IdentifierNodeabstract TypeNodeabstract TypeNodeabstract MethodInvocationExpr.Buildertype()
-
Constructor Details
-
MethodInvocationExpr
public MethodInvocationExpr()
-
-
Method Details
-
methodIdentifier
-
returnType
-
exprReferenceExpr
-
staticReferenceType
-
arguments
-
generics
-
isGeneric
public boolean isGeneric() -
type
-
accept
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node. -
toBuilder
-
builder
-