| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.util |
| 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 |
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 |
EnhancedForStatement.getBody()
Returns the value of the 'Body' containment reference.
|
Statement |
DoStatement.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 |
|---|---|
org.eclipse.emf.common.util.EList<Statement> |
Block.getStatements()
Returns the value of the 'Statements' containment reference list.
|
org.eclipse.emf.common.util.EList<Statement> |
SwitchStatement.getStatements()
Returns the value of the 'Statements' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
EnhancedForStatement.setBody(Statement value)
Sets the value of the '
Body' containment reference. |
void |
DoStatement.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 | Class and Description |
|---|---|
class |
AssertStatementImpl
An implementation of the model object 'Assert Statement'.
|
class |
BlockImpl
An implementation of the model object 'Block'.
|
class |
BreakStatementImpl
An implementation of the model object 'Break Statement'.
|
class |
CatchClauseImpl
An implementation of the model object 'Catch Clause'.
|
class |
ConstructorInvocationImpl
An implementation of the model object 'Constructor Invocation'.
|
class |
ContinueStatementImpl
An implementation of the model object 'Continue Statement'.
|
class |
DoStatementImpl
An implementation of the model object 'Do Statement'.
|
class |
EmptyStatementImpl
An implementation of the model object 'Empty Statement'.
|
class |
EnhancedForStatementImpl
An implementation of the model object 'Enhanced For Statement'.
|
class |
ExpressionStatementImpl
An implementation of the model object 'Expression Statement'.
|
class |
ForStatementImpl
An implementation of the model object 'For Statement'.
|
class |
IfStatementImpl
An implementation of the model object 'If Statement'.
|
class |
LabeledStatementImpl
An implementation of the model object 'Labeled Statement'.
|
class |
ReturnStatementImpl
An implementation of the model object 'Return Statement'.
|
class |
StatementImpl
An implementation of the model object 'Statement'.
|
class |
SuperConstructorInvocationImpl
An implementation of the model object 'Super Constructor Invocation'.
|
class |
SwitchCaseImpl
An implementation of the model object 'Switch Case'.
|
class |
SwitchStatementImpl
An implementation of the model object 'Switch Statement'.
|
class |
SynchronizedStatementImpl
An implementation of the model object 'Synchronized Statement'.
|
class |
ThrowStatementImpl
An implementation of the model object 'Throw Statement'.
|
class |
TryStatementImpl
An implementation of the model object 'Try Statement'.
|
class |
TypeDeclarationStatementImpl
An implementation of the model object 'Type Declaration Statement'.
|
class |
UnresolvedLabeledStatementImpl
An implementation of the model object 'Unresolved Labeled Statement'.
|
class |
VariableDeclarationStatementImpl
An implementation of the model object 'Variable Declaration Statement'.
|
class |
WhileStatementImpl
An implementation of the model object 'While Statement'.
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
EnhancedForStatementImpl.getBody() |
Statement |
DoStatementImpl.getBody() |
Statement |
ForStatementImpl.getBody() |
Statement |
WhileStatementImpl.getBody() |
Statement |
LabeledStatementImpl.getBody() |
Statement |
IfStatementImpl.getElseStatement() |
Statement |
IfStatementImpl.getThenStatement() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Statement> |
SwitchStatementImpl.getStatements() |
org.eclipse.emf.common.util.EList<Statement> |
BlockImpl.getStatements() |
| Modifier and Type | Method and Description |
|---|---|
void |
EnhancedForStatementImpl.setBody(Statement newBody) |
void |
DoStatementImpl.setBody(Statement newBody) |
void |
ForStatementImpl.setBody(Statement newBody) |
void |
WhileStatementImpl.setBody(Statement newBody) |
void |
LabeledStatementImpl.setBody(Statement newBody) |
void |
IfStatementImpl.setElseStatement(Statement newElseStatement) |
void |
IfStatementImpl.setThenStatement(Statement newThenStatement) |
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseStatement(Statement object)
Returns the result of interpreting the object as an instance of 'Statement'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.