| Modifier and Type | Field and Description |
|---|---|
Expression |
expression |
nodeType, type| Constructor and Description |
|---|
ThrowStatement(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
(package private) void |
accept0(ExpressionWriter writer) |
boolean |
equals(Object o) |
int |
hashCode() |
accept, evaluate, getNodeType, getType, toStringpublic final Expression expression
public ThrowStatement(Expression expression)
public <R> R accept(Visitor<R> visitor)
void accept0(ExpressionWriter writer)
accept0 in class AbstractNodepublic boolean equals(Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012–2023 The Apache Software Foundation. All rights reserved.