|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Class that emits a generic comment for CMethodBindingEmitters; the comment includes the C signature of the native method that is being bound by the emitter java method. More...
Public Member Functions | |
| void | emit (final FunctionEmitter emitter, final PrintWriter writer) |
| Emit the body of a comment for the specified function; do NOT emit the open (e.g., comment "/*") or close (e.g., "*\/") characters. More... | |
| void | emit (FunctionEmitter funcEmitter, PrintWriter output) |
| Emit the body of a comment for the specified function; do NOT emit the open (e.g., comment "/*") or close (e.g., "*\/") characters. More... | |
Protected Member Functions | |
| void | emitBeginning (final CMethodBindingEmitter emitter, final PrintWriter writer) |
| void | emitEnding (final CMethodBindingEmitter emitter, final PrintWriter writer) |
Class that emits a generic comment for CMethodBindingEmitters; the comment includes the C signature of the native method that is being bound by the emitter java method.
Definition at line 1684 of file CMethodBindingEmitter.java.
| void com.jogamp.gluegen.CMethodBindingEmitter.DefaultCommentEmitter.emit | ( | final FunctionEmitter | funcEmitter, |
| final PrintWriter | output | ||
| ) |
Emit the body of a comment for the specified function; do NOT emit the open (e.g., comment "/*") or close (e.g., "*\/") characters.
Implements com.jogamp.gluegen.CommentEmitter.
Definition at line 1686 of file CMethodBindingEmitter.java.
|
protected |
Definition at line 1690 of file CMethodBindingEmitter.java.
|
protected |
Definition at line 1701 of file CMethodBindingEmitter.java.