Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.TemplateUnit
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.code | |
| org.eclipse.gmt.modisco.omg.kdm.code.impl | |
| 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 Modifier and Type Method Description TemplateUnitCodeFactory. createTemplateUnit()Returns a new object of class 'Template Unit'.TemplateUnitInstanceOf. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type TemplateUnit Modifier and Type Method Description voidInstanceOf. setTo(TemplateUnit value)Sets the value of the 'To' reference. -
Uses of TemplateUnit in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement TemplateUnit Modifier and Type Class Description classTemplateUnitImplAn implementation of the model object 'Template Unit'.Fields in org.eclipse.gmt.modisco.omg.kdm.code.impl declared as TemplateUnit Modifier and Type Field Description protected TemplateUnitInstanceOfImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return TemplateUnit Modifier and Type Method Description TemplateUnitInstanceOfImpl. basicGetTo()TemplateUnitCodeFactoryImpl. createTemplateUnit()TemplateUnitInstanceOfImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl with parameters of type TemplateUnit Modifier and Type Method Description voidInstanceOfImpl. setTo(TemplateUnit newTo) -
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 Modifier and Type Method Description TCodeSwitch. caseTemplateUnit(TemplateUnit object)Returns the result of interpreting the object as an instance of 'Template Unit'.