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

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

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

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return MacroUnit
 MacroUnit CodeFactory.createMacroUnit()
          Returns a new object of class 'Macro Unit'.
 MacroUnit Expands.getTo()
          Returns the value of the 'To' reference.
 MacroUnit Redefines.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type MacroUnit
 void Expands.setTo(MacroUnit value)
          Sets the value of the 'To' reference.
 void Redefines.setTo(MacroUnit value)
          Sets the value of the 'To' reference.
 

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

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