|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectantlr.ASTFactory
com.sun.jdo.spi.persistence.support.ejb.ejbqlc.EJBQLASTFactory
public class EJBQLASTFactory
Factory to create and connect EJBQLAST nodes.
| Field Summary |
|---|
| Fields inherited from class antlr.ASTFactory |
|---|
theASTNodeType, theASTNodeTypeClass, tokenTypeToASTClassMap |
| Constructor Summary | |
|---|---|
protected |
EJBQLASTFactory()
Constructor. |
| Method Summary | |
|---|---|
antlr.collections.AST |
create()
Overwrites superclass method to create the correct AST instance. |
antlr.collections.AST |
create(antlr.collections.AST tr)
Overwrites superclass method to create the correct AST instance. |
EJBQLAST |
create(EJBQLAST tr)
Creates a clone of the specified EJBQLAST instance. |
static EJBQLASTFactory |
getInstance()
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EJBQLASTFactory()
getInstance() to get the factory instance.
| Method Detail |
|---|
public static EJBQLASTFactory getInstance()
public antlr.collections.AST create()
create in class antlr.ASTFactorypublic antlr.collections.AST create(antlr.collections.AST tr)
create in class antlr.ASTFactorypublic EJBQLAST create(EJBQLAST tr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||