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

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

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

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return IndexUnit
 IndexUnit CodeFactory.createIndexUnit()
          Returns a new object of class 'Index Unit'.
 IndexUnit ArrayType.getIndexUnit()
          Returns the value of the 'Index Unit' containment reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type IndexUnit
 void ArrayType.setIndexUnit(IndexUnit value)
          Sets the value of the 'Index Unit' containment reference.
 

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

Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type IndexUnit
 T CodeSwitch.caseIndexUnit(IndexUnit object)
          Returns the result of interpreting the object as an instance of 'Index Unit'.