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

Public Member Functions

String getSource ()
 
void setSource (final String src)
 
int getTokenNumber ()
 
void setTokenNumber (final int i)
 
String toString ()
 

Detailed Description

Definition at line 3 of file CToken.java.

Member Function Documentation

◆ getSource()

String com.jogamp.gluegen.cgram.CToken.getSource ( )

Definition at line 7 of file CToken.java.

Here is the caller graph for this function:

◆ getTokenNumber()

int com.jogamp.gluegen.cgram.CToken.getTokenNumber ( )

Definition at line 17 of file CToken.java.

Here is the caller graph for this function:

◆ setSource()

void com.jogamp.gluegen.cgram.CToken.setSource ( final String  src)

Definition at line 12 of file CToken.java.

Here is the caller graph for this function:

◆ setTokenNumber()

void com.jogamp.gluegen.cgram.CToken.setTokenNumber ( final int  i)

Definition at line 22 of file CToken.java.

Here is the caller graph for this function:

◆ toString()

String com.jogamp.gluegen.cgram.CToken.toString ( )

Definition at line 28 of file CToken.java.


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