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

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

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

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return TemplateUnit
 TemplateUnit CodeFactory.createTemplateUnit()
          Returns a new object of class 'Template Unit'.
 TemplateUnit InstanceOf.getTo()
          Returns the value of the 'To' reference.
 

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

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

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