Class ReferenceConstructorExpr
java.lang.Object
com.google.api.generator.engine.ast.ReferenceConstructorExpr
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
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>abstract ReferenceConstructorExpr.KeywordKindabstract TypeNodetype()
-
Constructor Details
-
ReferenceConstructorExpr
public ReferenceConstructorExpr()
-
-
Method Details