public class ThrowStatement extends Statement
| Constructor and Description |
|---|
ThrowStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(StatementVisitor visitor) |
Expr |
getException() |
NodeLocation |
getLocation() |
void |
setException(Expr exception) |
void |
setLocation(NodeLocation location) |
assign, cond, cond, empty, exitFunction, initClass, raiseExceptionpublic Expr getException()
public void setException(Expr exception)
public NodeLocation getLocation()
public void setLocation(NodeLocation location)
public void acceptVisitor(StatementVisitor visitor)
acceptVisitor in class StatementCopyright © 2015. All rights reserved.