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

Public Member Functions

void addLineForTokenNumber (final Object line, final Integer toknum)
 
int getMaxTokenNumber ()
 
Vector< Object > extractLinesPrecedingTokenNumber (final Integer toknum)
 
String toString ()
 

Detailed Description

Definition at line 5 of file PreprocessorInfoChannel.java.

Member Function Documentation

◆ addLineForTokenNumber()

void com.jogamp.gluegen.cgram.PreprocessorInfoChannel.addLineForTokenNumber ( final Object  line,
final Integer  toknum 
)

Definition at line 11 of file PreprocessorInfoChannel.java.

Here is the caller graph for this function:

◆ extractLinesPrecedingTokenNumber()

Vector< Object > com.jogamp.gluegen.cgram.PreprocessorInfoChannel.extractLinesPrecedingTokenNumber ( final Integer  toknum)

Definition at line 32 of file PreprocessorInfoChannel.java.

◆ getMaxTokenNumber()

int com.jogamp.gluegen.cgram.PreprocessorInfoChannel.getMaxTokenNumber ( )

Definition at line 27 of file PreprocessorInfoChannel.java.

◆ toString()

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

Definition at line 54 of file PreprocessorInfoChannel.java.


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