Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.BitType

Packages that use BitType
org.eclipse.gmt.modisco.omg.kdm.code   
org.eclipse.gmt.modisco.omg.kdm.code.util   
 

Uses of BitType in org.eclipse.gmt.modisco.omg.kdm.code
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return BitType
 BitType CodeFactory.createBitType()
          Returns a new object of class 'Bit Type'.
 

Uses of BitType in org.eclipse.gmt.modisco.omg.kdm.code.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type BitType
 T CodeSwitch.caseBitType(BitType object)
          Returns the result of interpreting the object as an instance of 'Bit Type'.