public interface SimpleStatementT extends StatementT
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
ExpressionT |
getExpression()
Valid for "return", "throw", and "assert" statements and for
"case" labels.
|
NameT |
getExpressionName()
Valid for "break" and "continue" statements.
|
getStatementLabels
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty
NameT getExpressionName()
ExpressionT getExpression()