Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.EnvironmentMapping
-
-
Uses of EnvironmentMapping in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type EnvironmentMapping Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_EnvironmentMapping(org.eclipse.xtext.serializer.ISerializationContext context, EnvironmentMapping semanticObject)Contexts: EnvironmentSpecification returns EnvironmentMapping EnvironmentSpecification.EnvironmentComposition_1_0_0 returns EnvironmentMapping TerminalEnvironmentSpecification returns EnvironmentMapping EnvironmentMapping returns EnvironmentMapping Constraint: (key=EnvironmentMapping_EnvironmentMapping_1_0_0 value=XExpression) -
Uses of EnvironmentMapping in org.eclipse.xsemantics.dsl.typing
Methods in org.eclipse.xsemantics.dsl.typing with parameters of type EnvironmentMapping Modifier and Type Method Description protected voidXsemanticsTypeComputer. _handleEnvironmentSpecification(EnvironmentMapping e, org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState state) -
Uses of EnvironmentMapping in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return EnvironmentMapping Modifier and Type Method Description EnvironmentMappingXsemanticsFactory. createEnvironmentMapping()Returns a new object of class 'Environment Mapping'. -
Uses of EnvironmentMapping in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement EnvironmentMapping Modifier and Type Class Description classEnvironmentMappingImplAn implementation of the model object 'Environment Mapping'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return EnvironmentMapping Modifier and Type Method Description EnvironmentMappingXsemanticsFactoryImpl. createEnvironmentMapping() -
Uses of EnvironmentMapping in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type EnvironmentMapping Modifier and Type Method Description TXsemanticsSwitch. caseEnvironmentMapping(EnvironmentMapping object)Returns the result of interpreting the object as an instance of 'Environment Mapping'.
-