Class Processor


  • public class Processor
    extends Object
    • 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.