Uses of Interface
org.eclipse.epsilon.hutn.model.hutnAntlrAst.HutnAntlrAstFactory
Packages that use HutnAntlrAstFactory
Package
Description
-
Uses of HutnAntlrAstFactory in org.eclipse.epsilon.hutn.model.hutnAntlrAst
Fields in org.eclipse.epsilon.hutn.model.hutnAntlrAst declared as HutnAntlrAstFactoryModifier and TypeFieldDescriptionstatic final HutnAntlrAstFactory
HutnAntlrAstFactory.eINSTANCE
The singleton instance of the factory.Methods in org.eclipse.epsilon.hutn.model.hutnAntlrAst that return HutnAntlrAstFactoryModifier and TypeMethodDescriptionHutnAntlrAstPackage.getHutnAntlrAstFactory()
Returns the factory that creates the instances of the model. -
Uses of HutnAntlrAstFactory in org.eclipse.epsilon.hutn.model.hutnAntlrAst.impl
Classes in org.eclipse.epsilon.hutn.model.hutnAntlrAst.impl that implement HutnAntlrAstFactoryModifier and TypeClassDescriptionclass
An implementation of the model Factory.Methods in org.eclipse.epsilon.hutn.model.hutnAntlrAst.impl that return HutnAntlrAstFactoryModifier and TypeMethodDescriptionHutnAntlrAstPackageImpl.getHutnAntlrAstFactory()
static HutnAntlrAstFactory
HutnAntlrAstFactoryImpl.init()
Creates the default factory implementation.