Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.Overrider
-
Packages that use Overrider Package Description org.eclipse.xsemantics.dsl.xsemantics org.eclipse.xsemantics.dsl.xsemantics.impl org.eclipse.xsemantics.dsl.xsemantics.util -
-
Uses of Overrider in org.eclipse.xsemantics.dsl.xsemantics
Subinterfaces of Overrider in org.eclipse.xsemantics.dsl.xsemantics Modifier and Type Interface Description interfaceAuxiliaryDescriptionA representation of the model object 'Auxiliary Description'.interfaceAxiomA representation of the model object 'Axiom'.interfaceCheckRuleA representation of the model object 'Check Rule'.interfaceDescriptionA representation of the model object 'Description'.interfaceJudgmentDescriptionA representation of the model object 'Judgment Description'.interfaceRuleA representation of the model object 'Rule'.interfaceRuleWithPremisesA representation of the model object 'Rule With Premises'.Methods in org.eclipse.xsemantics.dsl.xsemantics that return Overrider Modifier and Type Method Description OverriderXsemanticsFactory. createOverrider()Returns a new object of class 'Overrider'. -
Uses of Overrider in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement Overrider Modifier and Type Class Description classAuxiliaryDescriptionImplAn implementation of the model object 'Auxiliary Description'.classAxiomImplAn implementation of the model object 'Axiom'.classCheckRuleImplAn implementation of the model object 'Check Rule'.classDescriptionImplAn implementation of the model object 'Description'.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'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return Overrider Modifier and Type Method Description OverriderXsemanticsFactoryImpl. createOverrider() -
Uses of Overrider in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type Overrider Modifier and Type Method Description TXsemanticsSwitch. caseOverrider(Overrider object)Returns the result of interpreting the object as an instance of 'Overrider'.
-