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

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

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

Methods in org.eclipse.modisco.omg.gastm that return ExpressionStatement
 ExpressionStatement GASTMFactory.createExpressionStatement()
          Returns a new object of class 'Expression Statement'.
 

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

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