net.java.games.gluegen
Class CMethodBindingEmitter.DefaultCommentEmitter
java.lang.Object
net.java.games.gluegen.CMethodBindingEmitter.DefaultCommentEmitter
- CMethodBindingEmitter
- CommentEmitter
protected static class CMethodBindingEmitter.DefaultCommentEmitter
extends java.lang.Object
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.
emit
public void emit(FunctionEmitter emitter,
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.
- emit in interface CommentEmitter