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

A class that emits source code of some time when activated. More...

Collaboration diagram for com.jogamp.gluegen.CodeGenUtils.EmissionCallback:

Public Member Functions

void emit (PrintWriter output)
 Emit appropriate source code through the given writer. More...
 

Detailed Description

A class that emits source code of some time when activated.

Definition at line 159 of file CodeGenUtils.java.

Member Function Documentation

◆ emit()

void com.jogamp.gluegen.CodeGenUtils.EmissionCallback.emit ( PrintWriter  output)

Emit appropriate source code through the given writer.


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