Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.Axiom
-
Packages that use Axiom Package Description org.eclipse.xsemantics.dsl.serializer org.eclipse.xsemantics.dsl.xsemantics org.eclipse.xsemantics.dsl.xsemantics.impl org.eclipse.xsemantics.dsl.xsemantics.util -
-
Uses of Axiom in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type Axiom Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_Axiom(org.eclipse.xtext.serializer.ISerializationContext context, Axiom semanticObject)Contexts: Rule returns Axiom Axiom returns Axiom Constraint: (override?='override'? name=ID conclusion=RuleConclusion) -
Uses of Axiom in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return Axiom Modifier and Type Method Description AxiomXsemanticsFactory. createAxiom()Returns a new object of class 'Axiom'. -
Uses of Axiom in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement Axiom Modifier and Type Class Description classAxiomImplAn implementation of the model object 'Axiom'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return Axiom Modifier and Type Method Description AxiomXsemanticsFactoryImpl. createAxiom() -
Uses of Axiom in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type Axiom Modifier and Type Method Description TXsemanticsSwitch. caseAxiom(Axiom object)Returns the result of interpreting the object as an instance of 'Axiom'.
-