Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.Injected
-
Packages that use Injected Package Description org.eclipse.xsemantics.dsl.serializer org.eclipse.xsemantics.dsl.xsemantics org.eclipse.xsemantics.dsl.xsemantics.impl org.eclipse.xsemantics.dsl.xsemantics.util -
-
Uses of Injected in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type Injected Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_AbstractFieldDefinition(org.eclipse.xtext.serializer.ISerializationContext context, Injected semanticObject)Contexts: AbstractFieldDefinition returns Injected Constraint: (extension?='extension'? type=JvmTypeReference name=ValidID) -
Uses of Injected in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return Injected Modifier and Type Method Description InjectedXsemanticsFactory. createInjected()Returns a new object of class 'Injected'. -
Uses of Injected in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement Injected Modifier and Type Class Description classInjectedImplAn implementation of the model object 'Injected'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return Injected Modifier and Type Method Description InjectedXsemanticsFactoryImpl. createInjected() -
Uses of Injected in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type Injected Modifier and Type Method Description TXsemanticsSwitch. caseInjected(Injected object)Returns the result of interpreting the object as an instance of 'Injected'.
-