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

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

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

Subinterfaces of Literal in org.eclipse.modisco.omg.gastm
 interface BitLiteral
          A representation of the model object 'Bit Literal'.
 interface BooleanLiteral
          A representation of the model object 'Boolean Literal'.
 interface CharLiteral
          A representation of the model object 'Char Literal'.
 interface EnumLiteral
          A representation of the model object 'Enum Literal'.
 interface Integer
          A representation of the model object 'Integer'.
 interface IntegerLiteral
          A representation of the model object 'Integer Literal'.
 interface RealLiteral
          A representation of the model object 'Real Literal'.
 interface StringLiteral
          A representation of the model object 'String Literal'.
 

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

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

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