Interface SourceProcessor

    • Method Detail

      • getFlags

        default int getFlags()
      • initialize

        default void initialize​(Mercury mercury)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • process

        void process​(SourceContext context)
              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • finish

        default void finish​(Mercury mercury)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception