Class FunctionDocInfoWriter

    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionDocInfoWriter​(javax.annotation.processing.Filer filer, javax.annotation.processing.Messager messenger, java.lang.String suffix)  
    • Method Summary

      Modifier and Type Method Description
      void onFunctionModel​(io.virtdata.processors.DocForFunc functionDoc)
      Handle each logical function model that has been found.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FunctionDocInfoWriter

        public FunctionDocInfoWriter​(javax.annotation.processing.Filer filer,
                                     javax.annotation.processing.Messager messenger,
                                     java.lang.String suffix)
    • Method Detail

      • onFunctionModel

        public void onFunctionModel​(io.virtdata.processors.DocForFunc functionDoc)
        Description copied from interface: FuncEnumerator.Listener
        Handle each logical function model that has been found.
        Specified by:
        onFunctionModel in interface FuncEnumerator.Listener
        Parameters:
        functionDoc - the documentation model for a single mapping function