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

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

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

Methods in org.eclipse.modisco.omg.gastm that return OperatorAssign
 OperatorAssign GASTMFactory.createOperatorAssign()
          Returns a new object of class 'Operator Assign'.
 

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

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