org.makumba.providers.datadefinition.mdd
Class MDDASTFactory

java.lang.Object
  extended by antlr.ASTFactory
      extended by org.makumba.providers.datadefinition.mdd.MDDASTFactory

public class MDDASTFactory
extends antlr.ASTFactory


Field Summary
 
Fields inherited from class antlr.ASTFactory
theASTNodeType, theASTNodeTypeClass, tokenTypeToASTClassMap
 
Constructor Summary
MDDASTFactory()
           
 
Method Summary
 Class getASTNodeType(int tokenType)
           
 
Methods inherited from class antlr.ASTFactory
addASTChild, create, create, create, create, create, create, create, create, create, createUsingCtor, 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

MDDASTFactory

public MDDASTFactory()
Method Detail

getASTNodeType

public Class getASTNodeType(int tokenType)
Overrides:
getASTNodeType in class antlr.ASTFactory