Class EJBQLASTFactory
- java.lang.Object
-
- antlr.ASTFactory
-
- com.sun.jdo.spi.persistence.support.ejb.ejbqlc.EJBQLASTFactory
-
public class EJBQLASTFactory extends antlr.ASTFactoryFactory to create and connect EJBQLAST nodes.- Author:
- Michael Bouschen
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEJBQLASTFactory()Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description antlr.collections.ASTcreate()Overwrites superclass method to create the correct AST instance.antlr.collections.ASTcreate(antlr.collections.AST tr)Overwrites superclass method to create the correct AST instance.EJBQLASTcreate(EJBQLAST tr)Creates a clone of the specified EJBQLAST instance.static EJBQLASTFactorygetInstance()Get an instance of EJBQLASTFactory.-
Methods inherited from class antlr.ASTFactory
addASTChild, create, create, create, create, create, create, create, createUsingCtor, dup, dupList, dupTree, error, getASTNodeType, getTokenTypeToASTClassMap, make, make, makeASTRoot, setASTNodeClass, setASTNodeClass, setASTNodeType, setTokenTypeASTNodeType, setTokenTypeToASTClassMap
-
-
-
-
Constructor Detail
-
EJBQLASTFactory
protected EJBQLASTFactory()
Constructor. EJBQLASTFactory is a singleton, please usegetInstance()to get the factory instance.
-
-
Method Detail
-
getInstance
public static EJBQLASTFactory getInstance()
Get an instance of EJBQLASTFactory.- Returns:
- an instance of EJBQLASTFactory
-
create
public antlr.collections.AST create()
Overwrites superclass method to create the correct AST instance.- Overrides:
createin classantlr.ASTFactory
-
create
public antlr.collections.AST create(antlr.collections.AST tr)
Overwrites superclass method to create the correct AST instance.- Overrides:
createin classantlr.ASTFactory
-
-