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

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

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

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

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

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