Uses of Interface
org.eclipse.modisco.omg.gastm.Statement

Packages that use Statement
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of Statement in org.eclipse.modisco.omg.gastm
 

Subinterfaces of Statement in org.eclipse.modisco.omg.gastm
 interface BlockStatement
          A representation of the model object 'Block Statement'.
 interface BreakStatement
          A representation of the model object 'Break Statement'.
 interface ContinueStatement
          A representation of the model object 'Continue Statement'.
 interface DeclarationOrDefinitionStatement
          A representation of the model object 'Declaration Or Definition Statement'.
 interface DeleteStatement
          A representation of the model object 'Delete Statement'.
 interface DoWhileStatement
          A representation of the model object 'Do While Statement'.
 interface EmptyStatement
          A representation of the model object 'Empty Statement'.
 interface ExpressionStatement
          A representation of the model object 'Expression Statement'.
 interface ForCheckAfterStatement
          A representation of the model object 'For Check After Statement'.
 interface ForCheckBeforeStatement
          A representation of the model object 'For Check Before Statement'.
 interface ForStatement
          A representation of the model object 'For Statement'.
 interface IfStatement
          A representation of the model object 'If Statement'.
 interface JumpStatement
          A representation of the model object 'Jump Statement'.
 interface LabeledStatement
          A representation of the model object 'Labeled Statement'.
 interface LoopStatement
          A representation of the model object 'Loop Statement'.
 interface ReturnStatement
          A representation of the model object 'Return Statement'.
 interface SwitchStatement
          A representation of the model object 'Switch Statement'.
 interface TerminateStatement
          A representation of the model object 'Terminate Statement'.
 interface ThrowStatement
          A representation of the model object 'Throw Statement'.
 interface TryStatement
          A representation of the model object 'Try Statement'.
 interface WhileStatement
          A representation of the model object 'While Statement'.
 

Methods in org.eclipse.modisco.omg.gastm that return Statement
 Statement CatchBlock.getBody()
          Returns the value of the 'Body' containment reference.
 Statement LoopStatement.getBody()
          Returns the value of the 'Body' containment reference.
 Statement IfStatement.getElseBody()
          Returns the value of the 'Else Body' containment reference.
 Statement TryStatement.getFinalStatement()
          Returns the value of the 'Final Statement' containment reference.
 Statement TryStatement.getGuardedStatement()
          Returns the value of the 'Guarded Statement' containment reference.
 Statement LabeledStatement.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement IfStatement.getThenBody()
          Returns the value of the 'Then Body' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type Statement
 void CatchBlock.setBody(Statement value)
          Sets the value of the 'Body' containment reference.
 void LoopStatement.setBody(Statement value)
          Sets the value of the 'Body' containment reference.
 void IfStatement.setElseBody(Statement value)
          Sets the value of the 'Else Body' containment reference.
 void TryStatement.setFinalStatement(Statement value)
          Sets the value of the 'Final Statement' containment reference.
 void TryStatement.setGuardedStatement(Statement value)
          Sets the value of the 'Guarded Statement' containment reference.
 void LabeledStatement.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void IfStatement.setThenBody(Statement value)
          Sets the value of the 'Then Body' containment reference.
 

Uses of Statement in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type Statement
 T GASTMSwitch.caseStatement(Statement object)
          Returns the result of interpreting the object as an instance of 'Statement'.