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