Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.ControlElement
-
Uses of ControlElement in org.eclipse.gmt.modisco.omg.kdm.action
Methods in org.eclipse.gmt.modisco.omg.kdm.action that return ControlElement Modifier and Type Method Description ControlElementCalls. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.action with parameters of type ControlElement Modifier and Type Method Description voidCalls. setTo(ControlElement value)Sets the value of the 'To' reference. -
Uses of ControlElement in org.eclipse.gmt.modisco.omg.kdm.action.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.action.impl declared as ControlElement Modifier and Type Field Description protected ControlElementCallsImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl that return ControlElement Modifier and Type Method Description ControlElementCallsImpl. basicGetTo()ControlElementCallsImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl with parameters of type ControlElement Modifier and Type Method Description voidCallsImpl. setTo(ControlElement newTo) -
Uses of ControlElement in org.eclipse.gmt.modisco.omg.kdm.code
Subinterfaces of ControlElement in org.eclipse.gmt.modisco.omg.kdm.code Modifier and Type Interface Description interfaceCallableUnitA representation of the model object 'Callable Unit'.interfaceMethodUnitA representation of the model object 'Method Unit'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return ControlElement Modifier and Type Method Description ControlElementCodeFactory. createControlElement()Returns a new object of class 'Control Element'. -
Uses of ControlElement in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement ControlElement Modifier and Type Class Description classCallableUnitImplAn implementation of the model object 'Callable Unit'.classControlElementImplAn implementation of the model object 'Control Element'.classMethodUnitImplAn implementation of the model object 'Method Unit'.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return ControlElement Modifier and Type Method Description ControlElementCodeFactoryImpl. createControlElement() -
Uses of ControlElement in org.eclipse.gmt.modisco.omg.kdm.code.util
Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type ControlElement Modifier and Type Method Description TCodeSwitch. caseControlElement(ControlElement object)Returns the result of interpreting the object as an instance of 'Control Element'.