| Modifier and Type | Class and Description |
|---|---|
static class |
ExprStatement.Builder |
| Constructor and Description |
|---|
ExprStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstNodeVisitor visitor)
Writes the syntatically-correct Java code representation of this node.
|
abstract Expr |
expression() |
static ExprStatement |
withExpr(Expr expr) |
public abstract Expr expression()
public void accept(AstNodeVisitor visitor)
AstNodepublic static ExprStatement withExpr(Expr expr)
Copyright © 2022 Google LLC. All rights reserved.