Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.RuleConclusionElement
-
-
Uses of RuleConclusionElement in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator with parameters of type RuleConclusionElement Modifier and Type Method Description java.lang.StringXsemanticsGeneratorExtensions. ruleConclusionInputParamForError(RuleConclusionElement element)java.lang.StringXsemanticsGeneratorExtensions. ruleConclusionOutputParamForError(RuleConclusionElement element)Method parameters in org.eclipse.xsemantics.dsl.generator with type arguments of type RuleConclusionElement Modifier and Type Method Description java.lang.StringXsemanticsGeneratorExtensions. stringForRule(Rule rule, org.eclipse.xtext.xbase.lib.Functions.Function1<? super RuleConclusionElement,? extends java.lang.CharSequence> forOutput, org.eclipse.xtext.xbase.lib.Functions.Function1<? super RuleConclusionElement,? extends java.lang.CharSequence> forInput) -
Uses of RuleConclusionElement in org.eclipse.xsemantics.dsl.util
Methods in org.eclipse.xsemantics.dsl.util that return types with arguments of type RuleConclusionElement Modifier and Type Method Description java.util.List<RuleConclusionElement>XsemanticsUtils. outputConclusionElements(Rule rule) -
Uses of RuleConclusionElement in org.eclipse.xsemantics.dsl.xsemantics
Subinterfaces of RuleConclusionElement in org.eclipse.xsemantics.dsl.xsemantics Modifier and Type Interface Description interfaceExpressionInConclusionA representation of the model object 'Expression In Conclusion'.interfaceRuleParameterA representation of the model object 'Rule Parameter'.Methods in org.eclipse.xsemantics.dsl.xsemantics that return RuleConclusionElement Modifier and Type Method Description RuleConclusionElementXsemanticsFactory. createRuleConclusionElement()Returns a new object of class 'Rule Conclusion Element'.Methods in org.eclipse.xsemantics.dsl.xsemantics that return types with arguments of type RuleConclusionElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<RuleConclusionElement>RuleConclusion. getConclusionElements()Returns the value of the 'Conclusion Elements' containment reference list. -
Uses of RuleConclusionElement in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement RuleConclusionElement Modifier and Type Class Description classExpressionInConclusionImplAn implementation of the model object 'Expression In Conclusion'.classRuleConclusionElementImplAn implementation of the model object 'Rule Conclusion Element'.classRuleParameterImplAn implementation of the model object 'Rule Parameter'.Fields in org.eclipse.xsemantics.dsl.xsemantics.impl with type parameters of type RuleConclusionElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<RuleConclusionElement>RuleConclusionImpl. conclusionElementsThe cached value of the 'Conclusion Elements' containment reference list.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return RuleConclusionElement Modifier and Type Method Description RuleConclusionElementXsemanticsFactoryImpl. createRuleConclusionElement()Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return types with arguments of type RuleConclusionElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<RuleConclusionElement>RuleConclusionImpl. getConclusionElements() -
Uses of RuleConclusionElement in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type RuleConclusionElement Modifier and Type Method Description TXsemanticsSwitch. caseRuleConclusionElement(RuleConclusionElement object)Returns the result of interpreting the object as an instance of 'Rule Conclusion Element'.
-