com.jogamp.gluegen.procaddress
Class ProcAddressJavaMethodBindingEmitter.WrappedMethodCommentEmitter

java.lang.Object
  extended by com.jogamp.gluegen.JavaMethodBindingEmitter.DefaultCommentEmitter
      extended by com.jogamp.gluegen.procaddress.ProcAddressJavaMethodBindingEmitter.WrappedMethodCommentEmitter
All Implemented Interfaces:
CommentEmitter
Enclosing class:
ProcAddressJavaMethodBindingEmitter

public class ProcAddressJavaMethodBindingEmitter.WrappedMethodCommentEmitter
extends JavaMethodBindingEmitter.DefaultCommentEmitter

This class emits the comment for the wrapper method


Constructor Summary
ProcAddressJavaMethodBindingEmitter.WrappedMethodCommentEmitter()
           
 
Method Summary
protected  void emitBeginning(FunctionEmitter methodEmitter, PrintWriter writer)
           
 
Methods inherited from class com.jogamp.gluegen.JavaMethodBindingEmitter.DefaultCommentEmitter
emit, emitBindingCSignature, emitEnding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcAddressJavaMethodBindingEmitter.WrappedMethodCommentEmitter

public ProcAddressJavaMethodBindingEmitter.WrappedMethodCommentEmitter()
Method Detail

emitBeginning

protected void emitBeginning(FunctionEmitter methodEmitter,
                             PrintWriter writer)
Overrides:
emitBeginning in class JavaMethodBindingEmitter.DefaultCommentEmitter