Class Processor

    • Constructor Summary

      Constructors 
      Constructor Description
      Processor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void postProcess​(ParseResult<? extends Node> result, ParserConfiguration configuration)
      Makes the parser do a post-parsing step before the result is returned to the user.
      Provider preProcess​(Provider innerProvider)
      Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.
      • Methods inherited from class java.lang.Object

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

      • Processor

        public Processor()
    • Method Detail

      • postProcess

        public void postProcess​(ParseResult<? extends Node> result,
                                ParserConfiguration configuration)
        Makes the parser do a post-parsing step before the result is returned to the user.
      • preProcess

        public Provider preProcess​(Provider innerProvider)
        Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.