com.joanju.proparse
Class NodeFactory

java.lang.Object
  extended by ASTFactory
      extended by com.joanju.proparse.NodeFactory

public class NodeFactory
extends ASTFactory


Constructor Summary
NodeFactory(java.util.Hashtable hashtable, DoParse doParse)
           
 
Method Summary
 AST create()
           
 AST create(int type)
          Used for synthetic node creation by the Antlr generated parser.
 AST create(int i, java.lang.String s)
           
static JPNode createByIndex(int index)
          Used for restoring serialized JPNode objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeFactory

public NodeFactory(java.util.Hashtable hashtable,
                   DoParse doParse)
Method Detail

create

public AST create()

create

public AST create(int type)
Used for synthetic node creation by the Antlr generated parser.


create

public AST create(int i,
                  java.lang.String s)

createByIndex

public static JPNode createByIndex(int index)
Used for restoring serialized JPNode objects.



Copyright © 2008 Joanju Software. All Rights Reserved.