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

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

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

Subinterfaces of UnaryOperator in org.eclipse.modisco.omg.gastm
 interface AddressOf
          A representation of the model object 'Address Of'.
 interface BitNot
          A representation of the model object 'Bit Not'.
 interface Decrement
          A representation of the model object 'Decrement'.
 interface Deref
          A representation of the model object 'Deref'.
 interface Increment
          A representation of the model object 'Increment'.
 interface Not
          A representation of the model object 'Not'.
 interface PostDecrement
          A representation of the model object 'Post Decrement'.
 interface PostIncrement
          A representation of the model object 'Post Increment'.
 interface UnaryMinus
          A representation of the model object 'Unary Minus'.
 interface UnaryPlus
          A representation of the model object 'Unary Plus'.
 

Methods in org.eclipse.modisco.omg.gastm that return UnaryOperator
 UnaryOperator UnaryExpression.getOperator()
          Returns the value of the 'Operator' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type UnaryOperator
 void UnaryExpression.setOperator(UnaryOperator value)
          Sets the value of the 'Operator' containment reference.
 

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

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