Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.XsemanticsFile
-
-
Uses of XsemanticsFile in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type XsemanticsFile Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_XsemanticsFile(org.eclipse.xtext.serializer.ISerializationContext context, XsemanticsFile semanticObject)Contexts: XsemanticsFile returns XsemanticsFile Constraint: ((importSection=XImportSection xsemanticsSystem=XsemanticsSystem) | xsemanticsSystem=XsemanticsSystem)? -
Uses of XsemanticsFile in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return XsemanticsFile Modifier and Type Method Description XsemanticsFileXsemanticsFactory. createXsemanticsFile()Returns a new object of class 'File'. -
Uses of XsemanticsFile in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement XsemanticsFile Modifier and Type Class Description classXsemanticsFileImplAn implementation of the model object 'File'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return XsemanticsFile Modifier and Type Method Description XsemanticsFileXsemanticsFactoryImpl. createXsemanticsFile() -
Uses of XsemanticsFile in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type XsemanticsFile Modifier and Type Method Description TXsemanticsSwitch. caseXsemanticsFile(XsemanticsFile object)Returns the result of interpreting the object as an instance of 'File'.
-