public class TNodeFactory
extends ASTFactory
Constructor and Description |
---|
TNodeFactory() |
Modifier and Type | Method and Description |
---|---|
AST |
create()
Create a new ampty AST node
|
AST |
create(AST ast)
Create a new AST node from an existing AST node
|
AST |
create(int ttype,
String text)
Create a new AST node from type and text
|
public AST create()
public AST create(int ttype, String text)
public AST create(AST ast)