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

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

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

Methods in org.eclipse.modisco.omg.gastm that return NewExpression
 NewExpression GASTMFactory.createNewExpression()
          Returns a new object of class 'New Expression'.
 

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

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