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

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

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

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return BagType
 BagType CodeFactory.createBagType()
          Returns a new object of class 'Bag Type'.
 

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

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