| Modifier and Type | Interface and Description |
|---|---|
interface |
AssertStatement
A representation of the model object 'Assert Statement'.
|
interface |
Block
A representation of the model object 'Block'.
|
interface |
BreakStatement
A representation of the model object 'Break Statement'.
|
interface |
CatchClause
A representation of the model object 'Catch Clause'.
|
interface |
ConstructorInvocation
A representation of the model object 'Constructor Invocation'.
|
interface |
ContinueStatement
A representation of the model object 'Continue Statement'.
|
interface |
DoStatement
A representation of the model object 'Do Statement'.
|
interface |
EmptyStatement
A representation of the model object 'Empty Statement'.
|
interface |
EnhancedForStatement
A representation of the model object 'Enhanced For Statement'.
|
interface |
ExpressionStatement
A representation of the model object 'Expression Statement'.
|
interface |
ForStatement
A representation of the model object 'For Statement'.
|
interface |
IfStatement
A representation of the model object 'If Statement'.
|
interface |
LabeledStatement
A representation of the model object 'Labeled Statement'.
|
interface |
ReturnStatement
A representation of the model object 'Return Statement'.
|
interface |
SuperConstructorInvocation
A representation of the model object 'Super Constructor Invocation'.
|
interface |
SwitchCase
A representation of the model object 'Switch Case'.
|
interface |
SwitchStatement
A representation of the model object 'Switch Statement'.
|
interface |
SynchronizedStatement
A representation of the model object 'Synchronized Statement'.
|
interface |
ThrowStatement
A representation of the model object 'Throw Statement'.
|
interface |
TryStatement
A representation of the model object 'Try Statement'.
|
interface |
TypeDeclarationStatement
A representation of the model object 'Type Declaration Statement'.
|
interface |
UnresolvedLabeledStatement
A representation of the model object 'Unresolved Labeled Statement'.
|
interface |
VariableDeclarationStatement
A representation of the model object 'Variable Declaration Statement'.
|
interface |
WhileStatement
A representation of the model object 'While Statement'.
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
DoStatement.getBody()
Returns the value of the 'Body' containment reference.
|
Statement |
EnhancedForStatement.getBody()
Returns the value of the 'Body' containment reference.
|
Statement |
ForStatement.getBody()
Returns the value of the 'Body' containment reference.
|
Statement |
LabeledStatement.getBody()
Returns the value of the 'Body' containment reference.
|
Statement |
WhileStatement.getBody()
Returns the value of the 'Body' containment reference.
|
Statement |
IfStatement.getElseStatement()
Returns the value of the 'Else Statement' containment reference.
|
Statement |
IfStatement.getThenStatement()
Returns the value of the 'Then Statement' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DoStatement.setBody(Statement value)
Sets the value of the '
Body' containment reference. |
void |
EnhancedForStatement.setBody(Statement value)
Sets the value of the '
Body' containment reference. |
void |
ForStatement.setBody(Statement value)
Sets the value of the '
Body' containment reference. |
void |
LabeledStatement.setBody(Statement value)
Sets the value of the '
Body' containment reference. |
void |
WhileStatement.setBody(Statement value)
Sets the value of the '
Body' containment reference. |
void |
IfStatement.setElseStatement(Statement value)
Sets the value of the '
Else Statement' containment reference. |
void |
IfStatement.setThenStatement(Statement value)
Sets the value of the '
Then Statement' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseStatement(Statement object)
Returns the result of interpreting the object as an instance of 'Statement'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseStatement(Statement object)
Returns the result of interpreting the object as an instance of 'Statement'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseStatement(Statement object)
Returns the result of interpreting the object as an instance of 'Statement'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseStatement(Statement object)
Returns the result of interpreting the object as an instance of 'Statement'.
|