Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.Environment
-
-
Uses of Environment in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type Environment Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_Environment(org.eclipse.xtext.serializer.ISerializationContext context, Environment semanticObject)Contexts: Environment returns Environment Constraint: name=ID -
Uses of Environment in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return Environment Modifier and Type Method Description EnvironmentXsemanticsFactory. createEnvironment()Returns a new object of class 'Environment'.EnvironmentRuleConclusion. getEnvironment()Returns the value of the 'Environment' containment reference.Methods in org.eclipse.xsemantics.dsl.xsemantics with parameters of type Environment Modifier and Type Method Description voidRuleConclusion. setEnvironment(Environment value)Sets the value of the 'Environment' containment reference. -
Uses of Environment in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement Environment Modifier and Type Class Description classEnvironmentImplAn implementation of the model object 'Environment'.Fields in org.eclipse.xsemantics.dsl.xsemantics.impl declared as Environment Modifier and Type Field Description protected EnvironmentRuleConclusionImpl. environmentThe cached value of the 'Environment' containment reference.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return Environment Modifier and Type Method Description EnvironmentXsemanticsFactoryImpl. createEnvironment()EnvironmentRuleConclusionImpl. getEnvironment()Methods in org.eclipse.xsemantics.dsl.xsemantics.impl with parameters of type Environment Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainRuleConclusionImpl. basicSetEnvironment(Environment newEnvironment, org.eclipse.emf.common.notify.NotificationChain msgs)voidRuleConclusionImpl. setEnvironment(Environment newEnvironment) -
Uses of Environment in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type Environment Modifier and Type Method Description TXsemanticsSwitch. caseEnvironment(Environment object)Returns the result of interpreting the object as an instance of 'Environment'.
-