Class EnumRefExpr
java.lang.Object
com.google.api.generator.engine.ast.EnumRefExpr
-
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 EnumRefExpr.Builderbuilder()abstract IdentifierNodeabstract TypeNodetype()
-
Constructor Details
-
EnumRefExpr
public EnumRefExpr()
-
-
Method Details