|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object antlr.ASTFactory com.ph.pr.apps.jaspcleaner.TNodeFactory
public class TNodeFactory
This class extends ASTFactory to build instances of class TNode
Field Summary |
---|
Fields inherited from class antlr.ASTFactory |
---|
theASTNodeType, theASTNodeTypeClass, tokenTypeToASTClassMap |
Constructor Summary | |
---|---|
TNodeFactory()
|
Method Summary | |
---|---|
antlr.collections.AST |
create()
Create a new ampty AST node |
antlr.collections.AST |
create(antlr.collections.AST ast)
Create a new AST node from an existing AST node |
antlr.collections.AST |
create(int ttype,
java.lang.String text)
Create a new AST node from type and text |
Methods inherited from class antlr.ASTFactory |
---|
addASTChild, 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 |
---|
public TNodeFactory()
Method Detail |
---|
public antlr.collections.AST create()
create
in class antlr.ASTFactory
public antlr.collections.AST create(int ttype, java.lang.String text)
create
in class antlr.ASTFactory
public antlr.collections.AST create(antlr.collections.AST ast)
create
in class antlr.ASTFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |