public final class ThrowStmt extends Statement
| Constructor and Description |
|---|
ThrowStmt() |
ThrowStmt(Expression expr) |
ThrowStmt(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Expression expr) |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
Expression |
getExpr() |
void |
setExpr(Expression expr) |
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringpublic ThrowStmt()
public ThrowStmt(Expression expr)
public ThrowStmt(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Expression expr)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic Expression getExpr()
public void setExpr(Expression expr)