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

A visitor for Type's visitor model. More...

Inheritance diagram for com.jogamp.gluegen.cgram.types.TypeVisitor:
Collaboration diagram for com.jogamp.gluegen.cgram.types.TypeVisitor:

Public Member Functions

void visitType (Type t)
 Visiting the given Type. More...
 

Detailed Description

A visitor for Type's visitor model.

Definition at line 45 of file TypeVisitor.java.

Member Function Documentation

◆ visitType()

void com.jogamp.gluegen.cgram.types.TypeVisitor.visitType ( Type  t)

Visiting the given Type.

Implemented in com.jogamp.gluegen.ReferencedStructs.

Here is the caller graph for this function:

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