Uses of Interface
org.eclipse.epsilon.antlr.postprocessor.model.antlrAst.AntlrAstFactory
Packages that use AntlrAstFactory
Package
Description
-
Uses of AntlrAstFactory in org.eclipse.epsilon.antlr.postprocessor.model.antlrAst
Fields in org.eclipse.epsilon.antlr.postprocessor.model.antlrAst declared as AntlrAstFactoryModifier and TypeFieldDescriptionstatic final AntlrAstFactoryAntlrAstFactory.eINSTANCEThe singleton instance of the factory.Methods in org.eclipse.epsilon.antlr.postprocessor.model.antlrAst that return AntlrAstFactoryModifier and TypeMethodDescriptionAntlrAstPackage.getAntlrAstFactory()Returns the factory that creates the instances of the model. -
Uses of AntlrAstFactory in org.eclipse.epsilon.antlr.postprocessor.model.antlrAst.impl
Classes in org.eclipse.epsilon.antlr.postprocessor.model.antlrAst.impl that implement AntlrAstFactoryModifier and TypeClassDescriptionclassAn implementation of the model Factory.Methods in org.eclipse.epsilon.antlr.postprocessor.model.antlrAst.impl that return AntlrAstFactoryModifier and TypeMethodDescriptionAntlrAstPackageImpl.getAntlrAstFactory()static AntlrAstFactoryAntlrAstFactoryImpl.init()Creates the default factory implementation.