Package com.jogamp.gluegen.cgram
Class TNodeFactory
- java.lang.Object
-
- ASTFactory
-
- com.jogamp.gluegen.cgram.TNodeFactory
-
public class TNodeFactory extends ASTFactoryThis class extends ASTFactory to build instances of class TNode
-
-
Constructor Summary
Constructors Constructor Description TNodeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTcreate()Create a new ampty AST nodeASTcreate(int ttype, String text)Create a new AST node from type and textASTcreate(AST ast)Create a new AST node from an existing AST node
-
-
-
Method Detail
-
create
public AST create()
Create a new ampty AST node
-
create
public AST create(int ttype, String text)Create a new AST node from type and text
-
create
public AST create(AST ast)
Create a new AST node from an existing AST node
-
-