public class StatementExpression extends Expression
| Constructor and Description |
|---|
StatementExpression(CompoundStatement stmt)
Constructs a statement expression with the specified compound statement.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
defaultPrint(StatementExpression e,
java.io.PrintWriter o)
Prints the statement expression on the specified print writer
|
CompoundStatement |
getStatement()
Returns the child statement of the statement expression
|
clone, compareTo, equals, findExpression, getChildren, getParent, hashCode, needsParens, print, printSelf, removeChild, setChild, setParens, setParent, setPrintMethod, swapWith, toString, verifypublic StatementExpression(CompoundStatement stmt)
public static void defaultPrint(StatementExpression e, java.io.PrintWriter o)
public CompoundStatement getStatement()
getStatement in class Expression