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