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

Utility class for handling Opaque directives for JavaEmitter. More...

Collaboration diagram for com.jogamp.gluegen.TypeInfo:

Public Member Functions

 TypeInfo (final String name, final int pointerDepth, final JavaType javaType)
 
String name ()
 
int pointerDepth ()
 
JavaType javaType ()
 
void setNext (final TypeInfo info)
 
TypeInfo next ()
 
String toString ()
 

Detailed Description

Utility class for handling Opaque directives for JavaEmitter.

Definition at line 45 of file TypeInfo.java.

Constructor & Destructor Documentation

◆ TypeInfo()

com.jogamp.gluegen.TypeInfo.TypeInfo ( final String  name,
final int  pointerDepth,
final JavaType  javaType 
)

Definition at line 51 of file TypeInfo.java.

Member Function Documentation

◆ javaType()

JavaType com.jogamp.gluegen.TypeInfo.javaType ( )

Definition at line 59 of file TypeInfo.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ name()

String com.jogamp.gluegen.TypeInfo.name ( )

Definition at line 57 of file TypeInfo.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ next()

TypeInfo com.jogamp.gluegen.TypeInfo.next ( )

Definition at line 61 of file TypeInfo.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pointerDepth()

int com.jogamp.gluegen.TypeInfo.pointerDepth ( )

Definition at line 58 of file TypeInfo.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setNext()

void com.jogamp.gluegen.TypeInfo.setNext ( final TypeInfo  info)

Definition at line 60 of file TypeInfo.java.

Here is the caller graph for this function:

◆ toString()

String com.jogamp.gluegen.TypeInfo.toString ( )

Definition at line 64 of file TypeInfo.java.

Here is the call graph for this function:
Here is the caller graph for this function:

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