|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Statement in org.eclipse.gmt.modisco.java |
---|
Subinterfaces of Statement in org.eclipse.gmt.modisco.java | |
---|---|
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'. |
Methods in org.eclipse.gmt.modisco.java that return Statement | |
---|---|
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. |
Methods in org.eclipse.gmt.modisco.java with parameters of type Statement | |
---|---|
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. |
Uses of Statement in org.eclipse.gmt.modisco.java.cdo.util |
---|
Methods in org.eclipse.gmt.modisco.java.cdo.util with parameters of type Statement | |
---|---|
T |
JavaSwitch.caseStatement(Statement object)
Returns the result of interpreting the object as an instance of 'Statement'. |
Uses of Statement in org.eclipse.gmt.modisco.java.emf.classic.util |
---|
Methods in org.eclipse.gmt.modisco.java.emf.classic.util with parameters of type Statement | |
---|---|
T |
JavaSwitch.caseStatement(Statement object)
Returns the result of interpreting the object as an instance of 'Statement'. |
Uses of Statement in org.eclipse.gmt.modisco.java.emf.util |
---|
Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type Statement | |
---|---|
T |
JavaSwitch.caseStatement(Statement object)
Returns the result of interpreting the object as an instance of 'Statement'. |
Uses of Statement in org.eclipse.gmt.modisco.java.nousages.cdo.util |
---|
Methods in org.eclipse.gmt.modisco.java.nousages.cdo.util with parameters of type Statement | |
---|---|
T |
JavaSwitch.caseStatement(Statement object)
Returns the result of interpreting the object as an instance of 'Statement'. |
Uses of Statement in org.eclipse.gmt.modisco.java.nousages.util |
---|
Methods in org.eclipse.gmt.modisco.java.nousages.util with parameters of type Statement | |
---|---|
T |
JavaSwitch.caseStatement(Statement object)
Returns the result of interpreting the object as an instance of 'Statement'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |