org.apache.jdo.impl.jdoql.jdoqlc
Class JDOQLASTFactory

java.lang.Object
  extended by antlr.ASTFactory
      extended by org.apache.jdo.impl.jdoql.jdoqlc.JDOQLASTFactory

public class JDOQLASTFactory
extends antlr.ASTFactory

Factory to create and connect JDOQLAST nodes.

Author:
Michael Bouschen

Field Summary
 
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
 

Constructor Detail

JDOQLASTFactory

protected JDOQLASTFactory()
Method Detail

getInstance

public static JDOQLASTFactory getInstance()
Get an instance of JDOQLASTFactory.

Returns:
an instance of JDOQLASTFactory

create

public antlr.collections.AST create()
Overrides:
create in class antlr.ASTFactory

create

public antlr.collections.AST create(antlr.collections.AST tr)
Overrides:
create in class antlr.ASTFactory

create

public JDOQLAST create(JDOQLAST tr)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.