Package com.github.javaparser
Class Processor
java.lang.Object
com.github.javaparser.Processor
- Direct Known Subclasses:
ParserConfiguration.LineEndingProcessor
,ParserConfiguration.UnicodeEscapeProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcess
(ParseResult<? extends Node> result, ParserConfiguration configuration) Makes the parser do a post-parsing step before the result is returned to the user.preProcess
(Provider innerProvider) Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.
-
Constructor Details
-
Processor
public Processor()
-
-
Method Details
-
postProcess
Makes the parser do a post-parsing step before the result is returned to the user. -
preProcess
Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.
-