|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectantlr.ASTFactory
org.apache.jdo.impl.jdoql.jdoqlc.JDOQLASTFactory
Factory to create and connect JDOQLAST nodes.
Field Summary | |
private static JDOQLASTFactory |
factory
The singleton JDOQLASTFactory instance. |
private static org.apache.jdo.util.I18NHelper |
msg
I18N support. |
Fields inherited from class antlr.ASTFactory |
theASTNodeType, theASTNodeTypeClass, tokenTypeToASTClassMap |
Constructor Summary | |
protected |
JDOQLASTFactory()
|
Method Summary | |
antlr.collections.AST |
create()
|
antlr.collections.AST |
create(antlr.collections.AST tr)
|
JDOQLAST |
create(JDOQLAST tr)
|
static JDOQLASTFactory |
getInstance()
Get an instance of JDOQLASTFactory. |
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 |
Field Detail |
private static JDOQLASTFactory factory
private static final org.apache.jdo.util.I18NHelper msg
Constructor Detail |
protected JDOQLASTFactory()
Method Detail |
public static JDOQLASTFactory getInstance()
public antlr.collections.AST create()
public antlr.collections.AST create(antlr.collections.AST tr)
public JDOQLAST create(JDOQLAST tr)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |