net.java.games.gluegen

Interface CommentEmitter

Known Implementing Classes:
CMethodBindingEmitter.DefaultCommentEmitter, CMethodBindingImplEmitter.CImplCommentEmitter, JavaMethodBindingEmitter.DefaultCommentEmitter, JavaMethodBindingEmitter.InterfaceCommentEmitter

public interface CommentEmitter

Method Summary

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.

Method Details

emit

public 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.