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