Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.RuleInvocation
-
-
Uses of RuleInvocation in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator with parameters of type RuleInvocation Modifier and Type Method Description protected voidXsemanticsXbaseCompiler. _doInternalToJavaStatement(RuleInvocation ruleInvocation, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b, boolean isReferenced)protected voidXsemanticsXbaseCompiler. _internalToConvertedExpression(RuleInvocation ruleInvocation, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b)java.lang.CharSequenceXsemanticsGeneratorExtensions. additionalArgsForRuleInvocation(RuleInvocation ruleInvocation)java.lang.StringXsemanticsXbaseCompiler. declareResultVariable(RuleInvocation ruleInvocation, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b)protected java.lang.StringXsemanticsXbaseCompiler. generateResultVariable(RuleInvocation ruleInvocation, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b)protected voidXsemanticsXbaseCompiler. reassignResults(org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b, RuleInvocation ruleInvocation, java.lang.String resultVariable)protected voidXsemanticsXbaseCompiler. ruleInvocationArgumentsToJavaExpressions(org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b, RuleInvocation ruleInvocation) -
Uses of RuleInvocation in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type RuleInvocation Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_RuleInvocation(org.eclipse.xtext.serializer.ISerializationContext context, RuleInvocation semanticObject)Contexts: XExpressionOrVarDeclaration returns RuleInvocation PremiseExpression returns RuleInvocation PremiseExpression.OrExpression_1_0_0 returns RuleInvocation TerminalPremiseExpression returns RuleInvocation RuleInvocation returns RuleInvocation Constraint: ( environment=EnvironmentSpecification judgmentSymbol=JudgmentSymbol expressions+=RuleInvocationExpression (relationSymbols+=RelationSymbol expressions+=RuleInvocationExpression)* ) -
Uses of RuleInvocation in org.eclipse.xsemantics.dsl.typing
Methods in org.eclipse.xsemantics.dsl.typing with parameters of type RuleInvocation Modifier and Type Method Description protected voidXsemanticsTypeComputer. _computeTypes(RuleInvocation e, org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState state)booleanXsemanticsTypeSystem. isPredicate(RuleInvocation ruleInvocation) -
Uses of RuleInvocation in org.eclipse.xsemantics.dsl.util
Methods in org.eclipse.xsemantics.dsl.util with parameters of type RuleInvocation Modifier and Type Method Description booleanXsemanticsUtils. hasOutputParams(RuleInvocation ruleInvocation)java.util.ArrayList<org.eclipse.xtext.xbase.XExpression>XsemanticsUtils. inputArgsExpressions(RuleInvocation ruleInvocation)java.util.ArrayList<org.eclipse.xtext.xbase.XExpression>XsemanticsUtils. outputArgsExpressions(RuleInvocation ruleInvocation)java.util.List<OutputParameter>XsemanticsUtils. outputParams(RuleInvocation ruleInvocation) -
Uses of RuleInvocation in org.eclipse.xsemantics.dsl.validation
Methods in org.eclipse.xsemantics.dsl.validation with parameters of type RuleInvocation Modifier and Type Method Description voidXsemanticsValidator. checkRuleInvocation(RuleInvocation ruleInvocation) -
Uses of RuleInvocation in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return RuleInvocation Modifier and Type Method Description RuleInvocationXsemanticsFactory. createRuleInvocation()Returns a new object of class 'Rule Invocation'. -
Uses of RuleInvocation in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement RuleInvocation Modifier and Type Class Description classRuleInvocationImplAn implementation of the model object 'Rule Invocation'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return RuleInvocation Modifier and Type Method Description RuleInvocationXsemanticsFactoryImpl. createRuleInvocation() -
Uses of RuleInvocation in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type RuleInvocation Modifier and Type Method Description TXsemanticsSwitch. caseRuleInvocation(RuleInvocation object)Returns the result of interpreting the object as an instance of 'Rule Invocation'.
-