Package com.github.javaparser
Class Processor
- java.lang.Object
-
- com.github.javaparser.Processor
-
public class Processor extends Object
-
-
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.
-
-
-
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.
-
-