Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.OutputParameter
-
-
Uses of OutputParameter in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type OutputParameter Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_JudgmentParameter(org.eclipse.xtext.serializer.ISerializationContext context, OutputParameter semanticObject)Contexts: JudgmentParameter returns OutputParameter Constraint: jvmTypeReference=JvmTypeReference -
Uses of OutputParameter in org.eclipse.xsemantics.dsl.typing
Methods in org.eclipse.xsemantics.dsl.typing with parameters of type OutputParameter Modifier and Type Method Description protected org.eclipse.xsemantics.runtime.Result<org.eclipse.xtext.common.types.JvmTypeReference>XsemanticsTypeSystemGen. applyRuleOutputParameterType(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, OutputParameter 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_, OutputParameter p) -
Uses of OutputParameter in org.eclipse.xsemantics.dsl.util
Methods in org.eclipse.xsemantics.dsl.util that return types with arguments of type OutputParameter Modifier and Type Method Description java.util.List<OutputParameter>XsemanticsUtils. outputJudgmentParameters(JudgmentDescription judgmentDescription)java.util.List<OutputParameter>XsemanticsUtils. outputParams(RuleInvocation ruleInvocation) -
Uses of OutputParameter in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return OutputParameter Modifier and Type Method Description OutputParameterXsemanticsFactory. createOutputParameter()Returns a new object of class 'Output Parameter'. -
Uses of OutputParameter in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement OutputParameter Modifier and Type Class Description classOutputParameterImplAn implementation of the model object 'Output Parameter'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return OutputParameter Modifier and Type Method Description OutputParameterXsemanticsFactoryImpl. createOutputParameter() -
Uses of OutputParameter in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type OutputParameter Modifier and Type Method Description TXsemanticsSwitch. caseOutputParameter(OutputParameter object)Returns the result of interpreting the object as an instance of 'Output Parameter'.
-