jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.ast.validator.postprocessors
/
PostProcessors
Post
Processors
open
class
PostProcessors
(
source
)
A post processor that will call a collection of post processors.
Inheritors
Java10PostProcessor
Members
Constructors
Post
Processors
Link copied to clipboard
constructor
(
postProcessors
:
Array
<
Processor
>
)
Properties
post
Processors
Link copied to clipboard
val
postProcessors
:
List
<
Processor
>
Functions
add
Link copied to clipboard
open
fun
add
(
newProcessor
:
Processor
)
:
PostProcessors
post
Process
Link copied to clipboard
open
fun
postProcess
(
result
:
ParseResult
<
out
Node
>
,
configuration
:
ParserConfiguration
)
remove
Link copied to clipboard
open
fun
remove
(
postProcessor
:
Processor
)
:
PostProcessors
replace
Link copied to clipboard
open
fun
replace
(
oldProcessor
:
Processor
,
newProcessor
:
Processor
)
:
PostProcessors