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