public class ThrowExpression extends Expression
| Constructor and Description |
|---|
ThrowExpression(Expression expr) |
| Modifier and Type | Method and Description |
|---|---|
ThrowExpression |
clone()
Creates and returns a deep copy of this expression.
|
static void |
defaultPrint(ThrowExpression e,
java.io.PrintWriter o)
Prints a throw expression to a stream.
|
Expression |
getExpression() |
compareTo, equals, findExpression, getChildren, getParent, getStatement, hashCode, needsParens, print, printSelf, removeChild, setChild, setParens, setParent, setPrintMethod, swapWith, toString, verifypublic ThrowExpression(Expression expr)
public ThrowExpression clone()
Expressionclone in class Expressionpublic static void defaultPrint(ThrowExpression e, java.io.PrintWriter o)
e - The expression to print.o - The writer on which to print the expression.public Expression getExpression()