Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.RuleParameter
-
-
Uses of RuleParameter in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator that return types with arguments of type RuleParameter Modifier and Type Method Description java.lang.Iterable<RuleParameter>XsemanticsGeneratorExtensions. inputEObjectParams(Rule rule)Methods in org.eclipse.xsemantics.dsl.generator with parameters of type RuleParameter Modifier and Type Method Description org.eclipse.xtext.xbase.compiler.output.ITreeAppendableXsemanticsGeneratorExtensions. declareVariableForOutputParam(RuleParameter ruleParam, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable appendable) -
Uses of RuleParameter in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type RuleParameter Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_RuleParameter(org.eclipse.xtext.serializer.ISerializationContext context, RuleParameter semanticObject)Contexts: RuleConclusionElement returns RuleParameter RuleParameter returns RuleParameter Constraint: parameter=FullJvmFormalParameter -
Uses of RuleParameter in org.eclipse.xsemantics.dsl.typing
Methods in org.eclipse.xsemantics.dsl.typing with parameters of type RuleParameter Modifier and Type Method Description protected org.eclipse.xsemantics.runtime.Result<org.eclipse.xtext.common.types.JvmTypeReference>XsemanticsTypeSystemGen. applyRuleRuleParameterType(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RuleParameter p)protected org.eclipse.xsemantics.runtime.Result<org.eclipse.xtext.common.types.JvmTypeReference>XsemanticsTypeSystemGen. typeImpl(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RuleParameter p) -
Uses of RuleParameter in org.eclipse.xsemantics.dsl.util
Methods in org.eclipse.xsemantics.dsl.util that return types with arguments of type RuleParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<RuleParameter>XsemanticsUtils. inputParams(Rule rule)java.util.List<RuleParameter>XsemanticsUtils. outputParams(Rule rule)Methods in org.eclipse.xsemantics.dsl.util with parameters of type RuleParameter Modifier and Type Method Description booleanXsemanticsUtils. isInputParam(RuleParameter ruleParameter)booleanXsemanticsUtils. isOutputParam(RuleParameter ruleParameter) -
Uses of RuleParameter in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return RuleParameter Modifier and Type Method Description RuleParameterXsemanticsFactory. createRuleParameter()Returns a new object of class 'Rule Parameter'.RuleParameterCheckRule. getElement()Returns the value of the 'Element' containment reference.Methods in org.eclipse.xsemantics.dsl.xsemantics that return types with arguments of type RuleParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<RuleParameter>Rule. get_inputParams()Returns the value of the 'input Params' reference list.org.eclipse.emf.common.util.EList<RuleParameter>Rule. get_outputParams()Returns the value of the 'output Params' reference list.Methods in org.eclipse.xsemantics.dsl.xsemantics with parameters of type RuleParameter Modifier and Type Method Description voidCheckRule. setElement(RuleParameter value)Sets the value of the 'Element' containment reference. -
Uses of RuleParameter in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement RuleParameter Modifier and Type Class Description classRuleParameterImplAn implementation of the model object 'Rule Parameter'.Fields in org.eclipse.xsemantics.dsl.xsemantics.impl declared as RuleParameter Modifier and Type Field Description protected RuleParameterCheckRuleImpl. elementThe cached value of the 'Element' containment reference.Fields in org.eclipse.xsemantics.dsl.xsemantics.impl with type parameters of type RuleParameter Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<RuleParameter>RuleImpl. _inputParamsThe cached value of the 'input Params' reference list.protected org.eclipse.emf.common.util.EList<RuleParameter>RuleImpl. _outputParamsThe cached value of the 'output Params' reference list.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return RuleParameter Modifier and Type Method Description RuleParameterXsemanticsFactoryImpl. createRuleParameter()RuleParameterCheckRuleImpl. getElement()Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return types with arguments of type RuleParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<RuleParameter>RuleImpl. get_inputParams()org.eclipse.emf.common.util.EList<RuleParameter>RuleImpl. get_outputParams()Methods in org.eclipse.xsemantics.dsl.xsemantics.impl with parameters of type RuleParameter Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainCheckRuleImpl. basicSetElement(RuleParameter newElement, org.eclipse.emf.common.notify.NotificationChain msgs)voidCheckRuleImpl. setElement(RuleParameter newElement) -
Uses of RuleParameter in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type RuleParameter Modifier and Type Method Description TXsemanticsSwitch. caseRuleParameter(RuleParameter object)Returns the result of interpreting the object as an instance of 'Rule Parameter'.
-