Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.Description
-
Packages that use Description Package Description org.eclipse.xsemantics.dsl.generator org.eclipse.xsemantics.dsl.xsemantics org.eclipse.xsemantics.dsl.xsemantics.impl org.eclipse.xsemantics.dsl.xsemantics.util -
-
Uses of Description in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator with parameters of type Description Modifier and Type Method Description protected org.eclipse.xtext.xbase.compiler.output.ITreeAppendableXsemanticsXbaseCompiler. _compileFinalPartOfThrowExceptionMethod(Description desc, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable a, java.lang.String error, java.lang.String source, java.lang.String feature, java.lang.String data)java.lang.CharSequenceXsemanticsGeneratorExtensions. entryPointMethodName(Description desc) -
Uses of Description in org.eclipse.xsemantics.dsl.xsemantics
Subinterfaces of Description in org.eclipse.xsemantics.dsl.xsemantics Modifier and Type Interface Description interfaceAuxiliaryDescriptionA representation of the model object 'Auxiliary Description'.interfaceJudgmentDescriptionA representation of the model object 'Judgment Description'.Methods in org.eclipse.xsemantics.dsl.xsemantics that return Description Modifier and Type Method Description DescriptionXsemanticsFactory. createDescription()Returns a new object of class 'Description'. -
Uses of Description in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement Description Modifier and Type Class Description classAuxiliaryDescriptionImplAn implementation of the model object 'Auxiliary Description'.classDescriptionImplAn implementation of the model object 'Description'.classJudgmentDescriptionImplAn implementation of the model object 'Judgment Description'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return Description Modifier and Type Method Description DescriptionXsemanticsFactoryImpl. createDescription() -
Uses of Description in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type Description Modifier and Type Method Description TXsemanticsSwitch. caseDescription(Description object)Returns the result of interpreting the object as an instance of 'Description'.
-