Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.CheckRule
-
-
Uses of CheckRule in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator with parameters of type CheckRule Modifier and Type Method Description voidXsemanticsXbaseCompiler. compilePremises(CheckRule rule, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable result)java.lang.StringXsemanticsGeneratorExtensions. methodName(CheckRule rule)org.eclipse.xtext.common.types.JvmTypeReferenceXsemanticsGeneratorExtensions. resultType(CheckRule checkRule)voidXsemanticsGeneratorExtensions. resultType(CheckRule checkRule, org.eclipse.xtext.xbase.compiler.IAppendable b) -
Uses of CheckRule in org.eclipse.xsemantics.dsl.jvmmodel
Methods in org.eclipse.xsemantics.dsl.jvmmodel with parameters of type CheckRule Modifier and Type Method Description java.util.ArrayList<org.eclipse.xtext.common.types.JvmOperation>XsemanticsJvmModelInferrer. compileCheckRuleMethods(CheckRule rule)org.eclipse.xtext.common.types.JvmOperationXsemanticsJvmModelInferrer. compileInternalMethod(CheckRule rule)org.eclipse.xtext.common.types.JvmOperationXsemanticsJvmModelInferrer. compileValidatorCheckRuleMethod(CheckRule rule) -
Uses of CheckRule in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type CheckRule Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_CheckRule(org.eclipse.xtext.serializer.ISerializationContext context, CheckRule semanticObject)Contexts: CheckRule returns CheckRule Constraint: (override?='override'? name=ID element=RuleParameter premises=XBlockExpression) -
Uses of CheckRule in org.eclipse.xsemantics.dsl.util
Methods in org.eclipse.xsemantics.dsl.util that return types with arguments of type CheckRule Modifier and Type Method Description java.lang.Iterable<CheckRule>XsemanticsUtils. allCheckRules(XsemanticsSystem system) -
Uses of CheckRule in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return CheckRule Modifier and Type Method Description CheckRuleXsemanticsFactory. createCheckRule()Returns a new object of class 'Check Rule'.Methods in org.eclipse.xsemantics.dsl.xsemantics that return types with arguments of type CheckRule Modifier and Type Method Description org.eclipse.emf.common.util.EList<CheckRule>XsemanticsSystem. getCheckrules()Returns the value of the 'Checkrules' containment reference list. -
Uses of CheckRule in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement CheckRule Modifier and Type Class Description classCheckRuleImplAn implementation of the model object 'Check Rule'.Fields in org.eclipse.xsemantics.dsl.xsemantics.impl with type parameters of type CheckRule Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<CheckRule>XsemanticsSystemImpl. checkrulesThe cached value of the 'Checkrules' containment reference list.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return CheckRule Modifier and Type Method Description CheckRuleXsemanticsFactoryImpl. createCheckRule()Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return types with arguments of type CheckRule Modifier and Type Method Description org.eclipse.emf.common.util.EList<CheckRule>XsemanticsSystemImpl. getCheckrules() -
Uses of CheckRule in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type CheckRule Modifier and Type Method Description TXsemanticsSwitch. caseCheckRule(CheckRule object)Returns the result of interpreting the object as an instance of 'Check Rule'.
-