Class Processor

java.lang.Object
com.github.javaparser.Processor

public class Processor extends Object
  • Constructor Details

    • Processor

      public Processor()
  • Method Details

    • 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.