Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.XsemanticsFactory
-
Packages that use XsemanticsFactory Package Description org.eclipse.xsemantics.dsl.xsemantics org.eclipse.xsemantics.dsl.xsemantics.impl -
-
Uses of XsemanticsFactory in org.eclipse.xsemantics.dsl.xsemantics
Fields in org.eclipse.xsemantics.dsl.xsemantics declared as XsemanticsFactory Modifier and Type Field Description static XsemanticsFactoryXsemanticsFactory. eINSTANCEThe singleton instance of the factory.Methods in org.eclipse.xsemantics.dsl.xsemantics that return XsemanticsFactory Modifier and Type Method Description XsemanticsFactoryXsemanticsPackage. getXsemanticsFactory()Returns the factory that creates the instances of the model. -
Uses of XsemanticsFactory in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement XsemanticsFactory Modifier and Type Class Description classXsemanticsFactoryImplAn implementation of the model Factory.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return XsemanticsFactory Modifier and Type Method Description XsemanticsFactoryXsemanticsPackageImpl. getXsemanticsFactory()static XsemanticsFactoryXsemanticsFactoryImpl. init()Creates the default factory implementation.
-