Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.Named
-
-
Uses of Named in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator with parameters of type Named Modifier and Type Method Description java.lang.StringXsemanticsGeneratorExtensions. ruleIssueString(Named e)java.lang.StringXsemanticsGeneratorExtensions. toJavaClassName(Named e)java.lang.StringXsemanticsGeneratorExtensions. toJavaFullyQualifiedName(Named e) -
Uses of Named in org.eclipse.xsemantics.dsl.jvmmodel
Methods in org.eclipse.xsemantics.dsl.jvmmodel with parameters of type Named Modifier and Type Method Description org.eclipse.xtext.common.types.JvmFieldXsemanticsJvmModelInferrer. genIssueField(Named e) -
Uses of Named in org.eclipse.xsemantics.dsl.xsemantics
Subinterfaces of Named in org.eclipse.xsemantics.dsl.xsemantics Modifier and Type Interface Description interfaceAbstractFieldDefinitionA representation of the model object 'Abstract Field Definition'.interfaceAuxiliaryDescriptionA representation of the model object 'Auxiliary Description'.interfaceAuxiliaryFunctionA representation of the model object 'Auxiliary Function'.interfaceAxiomA representation of the model object 'Axiom'.interfaceCachableA representation of the model object 'Cachable'.interfaceCheckRuleA representation of the model object 'Check Rule'.interfaceDescriptionA representation of the model object 'Description'.interfaceFieldDefinitionA representation of the model object 'Field Definition'.interfaceInjectedA representation of the model object 'Injected'.interfaceInputParameterA representation of the model object 'Input Parameter'.interfaceJudgmentDescriptionA representation of the model object 'Judgment Description'.interfaceOverriderA representation of the model object 'Overrider'.interfaceRuleA representation of the model object 'Rule'.interfaceRuleWithPremisesA representation of the model object 'Rule With Premises'.interfaceUniqueByNameA representation of the model object 'Unique By Name'. -
Uses of Named in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement Named Modifier and Type Class Description classAbstractFieldDefinitionImplAn implementation of the model object 'Abstract Field Definition'.classAuxiliaryDescriptionImplAn implementation of the model object 'Auxiliary Description'.classAuxiliaryFunctionImplAn implementation of the model object 'Auxiliary Function'.classAxiomImplAn implementation of the model object 'Axiom'.classCachableImplAn implementation of the model object 'Cachable'.classCheckRuleImplAn implementation of the model object 'Check Rule'.classDescriptionImplAn implementation of the model object 'Description'.classFieldDefinitionImplAn implementation of the model object 'Field Definition'.classInjectedImplAn implementation of the model object 'Injected'.classInputParameterImplAn implementation of the model object 'Input Parameter'.classJudgmentDescriptionImplAn implementation of the model object 'Judgment Description'.classOverriderImplAn implementation of the model object 'Overrider'.classRuleImplAn implementation of the model object 'Rule'.classRuleWithPremisesImplAn implementation of the model object 'Rule With Premises'. -
Uses of Named in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type Named Modifier and Type Method Description TXsemanticsSwitch. caseNamed(Named object)Returns the result of interpreting the object as an instance of 'Named'.
-