public class NodeFactory
extends de.hunsicker.antlr.ASTFactory
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
EMPTY_STRING
The empty string constant.
|
Constructor and Description |
---|
NodeFactory()
Creates a new NodeFactory object.
|
Modifier and Type | Method and Description |
---|---|
de.hunsicker.antlr.collections.AST |
create()
Creates a new empty Node node.
|
de.hunsicker.antlr.collections.AST |
create(de.hunsicker.antlr.collections.AST node)
Creates a new empty Node node.
|
de.hunsicker.antlr.collections.AST |
create(int type)
Creates a new empty Node node.
|
de.hunsicker.antlr.collections.AST |
create(int type,
java.lang.String text)
Creates a new empty Node node.
|
de.hunsicker.antlr.collections.AST |
create(de.hunsicker.antlr.Token tok)
Creates a new empty Node node.
|
protected static final java.lang.String EMPTY_STRING
public de.hunsicker.antlr.collections.AST create()
create
in class de.hunsicker.antlr.ASTFactory
public de.hunsicker.antlr.collections.AST create(int type)
create
in class de.hunsicker.antlr.ASTFactory
type
- information to setup the node with.public de.hunsicker.antlr.collections.AST create(int type, java.lang.String text)
create
in class de.hunsicker.antlr.ASTFactory
type
- type information to setup the node with.text
- text to setup the node with.public de.hunsicker.antlr.collections.AST create(de.hunsicker.antlr.collections.AST node)
create
in class de.hunsicker.antlr.ASTFactory
node
- node to setup the new node with.public de.hunsicker.antlr.collections.AST create(de.hunsicker.antlr.Token tok)
create
in class de.hunsicker.antlr.ASTFactory
tok
- token to setup the new node with.
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013