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

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

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

Methods in org.eclipse.modisco.omg.gastm that return BinaryExpression
 BinaryExpression GASTMFactory.createBinaryExpression()
          Returns a new object of class 'Binary Expression'.
 

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

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