Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.EmptyEnvironment
-
-
Uses of EmptyEnvironment in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator with parameters of type EmptyEnvironment Modifier and Type Method Description protected voidXsemanticsXbaseCompiler. _internalToConvertedExpression(EmptyEnvironment e, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b) -
Uses of EmptyEnvironment in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type EmptyEnvironment Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_TerminalEnvironmentMapping(org.eclipse.xtext.serializer.ISerializationContext context, EmptyEnvironment semanticObject)Contexts: EnvironmentSpecification returns EmptyEnvironment EnvironmentSpecification.EnvironmentComposition_1_0_0 returns EmptyEnvironment TerminalEnvironmentSpecification returns EmptyEnvironment EnvironmentMapping returns EmptyEnvironment EnvironmentMapping.EnvironmentMapping_1_0_0 returns EmptyEnvironment TerminalEnvironmentMapping returns EmptyEnvironment Constraint: {EmptyEnvironment} -
Uses of EmptyEnvironment in org.eclipse.xsemantics.dsl.typing
Methods in org.eclipse.xsemantics.dsl.typing with parameters of type EmptyEnvironment Modifier and Type Method Description protected voidXsemanticsTypeComputer. _handleEnvironmentSpecification(EmptyEnvironment e, org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState state) -
Uses of EmptyEnvironment in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return EmptyEnvironment Modifier and Type Method Description EmptyEnvironmentXsemanticsFactory. createEmptyEnvironment()Returns a new object of class 'Empty Environment'. -
Uses of EmptyEnvironment in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement EmptyEnvironment Modifier and Type Class Description classEmptyEnvironmentImplAn implementation of the model object 'Empty Environment'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return EmptyEnvironment Modifier and Type Method Description EmptyEnvironmentXsemanticsFactoryImpl. createEmptyEnvironment() -
Uses of EmptyEnvironment in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type EmptyEnvironment Modifier and Type Method Description TXsemanticsSwitch. caseEmptyEnvironment(EmptyEnvironment object)Returns the result of interpreting the object as an instance of 'Empty Environment'.
-