protected class JavaMethodBindingEmitter.DefaultCommentEmitter extends Object implements CommentEmitter
Modifier | Constructor and Description |
---|---|
protected |
DefaultCommentEmitter() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected void |
emitBeginning(FunctionEmitter emitter,
PrintWriter writer) |
protected void |
emitBindingCSignature(MethodBinding binding,
PrintWriter writer) |
protected void |
emitEnding(FunctionEmitter emitter,
PrintWriter writer) |
public void emit(FunctionEmitter emitter, PrintWriter writer)
CommentEmitter
emit
in interface CommentEmitter
protected void emitBeginning(FunctionEmitter emitter, PrintWriter writer)
protected void emitBindingCSignature(MethodBinding binding, PrintWriter writer)
protected void emitEnding(FunctionEmitter emitter, PrintWriter writer)