Package com.github.javaparser
Class ParserConfiguration.LineEndingProcessor
java.lang.Object
com.github.javaparser.Processor
com.github.javaparser.ParserConfiguration.LineEndingProcessor
- Enclosing class:
ParserConfiguration
-
Field Summary
Fields -
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.
-
Field Details
-
_lineEndingProcessingProvider
-
-
Constructor Details
-
LineEndingProcessor
private LineEndingProcessor()
-
-
Method Details
-
preProcess
Description copied from class:Processor
Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.- Overrides:
preProcess
in classProcessor
-
postProcess
Description copied from class:Processor
Makes the parser do a post-parsing step before the result is returned to the user.- Overrides:
postProcess
in classProcessor
-