GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.gluegen.cgram.TNodeFactory Class Reference

This class extends ASTFactory to build instances of class TNode. More...

Inheritance diagram for com.jogamp.gluegen.cgram.TNodeFactory:
Collaboration diagram for com.jogamp.gluegen.cgram.TNodeFactory:

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...
 

Detailed Description

This class extends ASTFactory to build instances of class TNode.

Definition at line 8 of file TNodeFactory.java.

Member Function Documentation

◆ create() [1/3]

AST com.jogamp.gluegen.cgram.TNodeFactory.create ( )

Create a new ampty AST node.

Definition at line 12 of file TNodeFactory.java.

◆ create() [2/3]

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.

◆ create() [3/3]

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.


The documentation for this class was generated from the following file: