Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.RuleConclusion
-
-
Uses of RuleConclusion in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator with parameters of type RuleConclusion Modifier and Type Method Description protected org.eclipse.xtext.xbase.compiler.output.ITreeAppendableXsemanticsXbaseCompiler. _compileFinalPartOfThrowExceptionMethod(RuleConclusion ruleConclusion, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable a, java.lang.String error, java.lang.String source, java.lang.String feature, java.lang.String data) -
Uses of RuleConclusion in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type RuleConclusion Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_RuleConclusion(org.eclipse.xtext.serializer.ISerializationContext context, RuleConclusion semanticObject)Contexts: RuleConclusion returns RuleConclusion Constraint: ( environment=Environment judgmentSymbol=JudgmentSymbol conclusionElements+=RuleConclusionElement (relationSymbols+=RelationSymbol conclusionElements+=RuleConclusionElement)* error=ErrorSpecification? ) -
Uses of RuleConclusion in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return RuleConclusion Modifier and Type Method Description RuleConclusionXsemanticsFactory. createRuleConclusion()Returns a new object of class 'Rule Conclusion'.RuleConclusionRule. getConclusion()Returns the value of the 'Conclusion' containment reference.Methods in org.eclipse.xsemantics.dsl.xsemantics with parameters of type RuleConclusion Modifier and Type Method Description voidRule. setConclusion(RuleConclusion value)Sets the value of the 'Conclusion' containment reference. -
Uses of RuleConclusion in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement RuleConclusion Modifier and Type Class Description classRuleConclusionImplAn implementation of the model object 'Rule Conclusion'.Fields in org.eclipse.xsemantics.dsl.xsemantics.impl declared as RuleConclusion Modifier and Type Field Description protected RuleConclusionRuleImpl. conclusionThe cached value of the 'Conclusion' containment reference.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return RuleConclusion Modifier and Type Method Description RuleConclusionXsemanticsFactoryImpl. createRuleConclusion()RuleConclusionRuleImpl. getConclusion()Methods in org.eclipse.xsemantics.dsl.xsemantics.impl with parameters of type RuleConclusion Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainRuleImpl. basicSetConclusion(RuleConclusion newConclusion, org.eclipse.emf.common.notify.NotificationChain msgs)voidRuleImpl. setConclusion(RuleConclusion newConclusion) -
Uses of RuleConclusion in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type RuleConclusion Modifier and Type Method Description TXsemanticsSwitch. caseRuleConclusion(RuleConclusion object)Returns the result of interpreting the object as an instance of 'Rule Conclusion'.
-