|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectASTFactory
com.joanju.proparse.NodeFactory
public class NodeFactory
| 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 |
|---|
public NodeFactory(java.util.Hashtable hashtable,
DoParse doParse)
| Method Detail |
|---|
public AST create()
public AST create(int type)
public AST create(int i,
java.lang.String s)
public static JPNode createByIndex(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||