|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectantlr.ASTFactory
org.makumba.providers.query.mql.MqlSqlASTFactory
public class MqlSqlASTFactory
| Field Summary |
|---|
| Fields inherited from class antlr.ASTFactory |
|---|
theASTNodeType, theASTNodeTypeClass, tokenTypeToASTClassMap |
| Constructor Summary | |
|---|---|
MqlSqlASTFactory(MqlSqlWalker mqlSqlWalker)
|
|
| Method Summary | |
|---|---|
protected antlr.collections.AST |
create(Class c)
Actually instantiate the AST node. |
protected antlr.collections.AST |
createUsingCtor(antlr.Token token,
String className)
|
Class<? extends MqlNode> |
getASTNodeType(int tokenType)
|
| Methods inherited from class antlr.ASTFactory |
|---|
addASTChild, create, create, create, create, create, create, create, create, dup, dupList, dupTree, error, 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 |
|---|
public MqlSqlASTFactory(MqlSqlWalker mqlSqlWalker)
| Method Detail |
|---|
public Class<? extends MqlNode> getASTNodeType(int tokenType)
getASTNodeType in class antlr.ASTFactory
protected antlr.collections.AST createUsingCtor(antlr.Token token,
String className)
createUsingCtor in class antlr.ASTFactoryprotected antlr.collections.AST create(Class c)
create in class antlr.ASTFactoryc - The class to instantiate.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||