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