| Modifier and Type | Class and Description |
|---|---|
static class |
EnumRefExpr.Builder |
| Constructor and Description |
|---|
EnumRefExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstNodeVisitor visitor)
Writes the syntatically-correct Java code representation of this node.
|
static EnumRefExpr.Builder |
builder() |
abstract IdentifierNode |
identifier() |
abstract TypeNode |
type() |
public abstract IdentifierNode identifier()
public void accept(AstNodeVisitor visitor)
AstNodepublic static EnumRefExpr.Builder builder()
Copyright © 2022 Google LLC. All rights reserved.