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

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

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

Subinterfaces of IntegerLiteral in org.eclipse.modisco.omg.gastm
 interface Integer
          A representation of the model object 'Integer'.
 

Methods in org.eclipse.modisco.omg.gastm that return IntegerLiteral
 IntegerLiteral GASTMFactory.createIntegerLiteral()
          Returns a new object of class 'Integer Literal'.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type IntegerLiteral
 T GASTMSwitch.caseIntegerLiteral(IntegerLiteral object)
          Returns the result of interpreting the object as an instance of 'Integer Literal'.