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