Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.InputParameter
-
-
Uses of InputParameter in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator with parameters of type InputParameter Modifier and Type Method Description java.lang.StringXsemanticsGeneratorExtensions. inputParameterName(InputParameter param) -
Uses of InputParameter in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type InputParameter Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_JudgmentParameter(org.eclipse.xtext.serializer.ISerializationContext context, InputParameter semanticObject)Contexts: JudgmentParameter returns InputParameter Constraint: parameter=FullJvmFormalParameter -
Uses of InputParameter in org.eclipse.xsemantics.dsl.typing
Methods in org.eclipse.xsemantics.dsl.typing with parameters of type InputParameter Modifier and Type Method Description protected org.eclipse.xsemantics.runtime.Result<org.eclipse.xtext.common.types.JvmTypeReference>XsemanticsTypeSystemGen. applyRuleInputParameterType(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, InputParameter 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_, InputParameter p) -
Uses of InputParameter in org.eclipse.xsemantics.dsl.util
Methods in org.eclipse.xsemantics.dsl.util that return types with arguments of type InputParameter Modifier and Type Method Description java.util.List<InputParameter>XsemanticsUtils. inputParams(JudgmentDescription judgmentDescription) -
Uses of InputParameter in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return InputParameter Modifier and Type Method Description InputParameterXsemanticsFactory. createInputParameter()Returns a new object of class 'Input Parameter'. -
Uses of InputParameter in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement InputParameter Modifier and Type Class Description classInputParameterImplAn implementation of the model object 'Input Parameter'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return InputParameter Modifier and Type Method Description InputParameterXsemanticsFactoryImpl. createInputParameter() -
Uses of InputParameter in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type InputParameter Modifier and Type Method Description TXsemanticsSwitch. caseInputParameter(InputParameter object)Returns the result of interpreting the object as an instance of 'Input Parameter'.
-