|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectASTFactory
com.jogamp.gluegen.cgram.TNodeFactory
public class TNodeFactory
This class extends ASTFactory to build instances of class TNode
| Constructor Summary | |
|---|---|
TNodeFactory()
|
|
| Method Summary | |
|---|---|
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 |
| 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 AST create()
public AST create(int ttype,
String text)
public AST create(AST ast)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||