|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
This class extends ASTFactory to build instances of class TNode. More...
Public Member Functions | |
| AST | create () |
| Create a new ampty AST node. More... | |
| AST | create (final int ttype, final String text) |
| Create a new AST node from type and text. More... | |
| AST | create (final AST ast) |
| Create a new AST node from an existing AST node. More... | |
This class extends ASTFactory to build instances of class TNode.
Definition at line 8 of file TNodeFactory.java.
| AST com.jogamp.gluegen.cgram.TNodeFactory.create | ( | ) |
Create a new ampty AST node.
Definition at line 12 of file TNodeFactory.java.
| AST com.jogamp.gluegen.cgram.TNodeFactory.create | ( | final AST | ast | ) |
Create a new AST node from an existing AST node.
Definition at line 27 of file TNodeFactory.java.
| AST com.jogamp.gluegen.cgram.TNodeFactory.create | ( | final int | ttype, |
| final String | text | ||
| ) |
Create a new AST node from type and text.
Definition at line 18 of file TNodeFactory.java.