JmlDocHardRemover

A post-processor which removes all com.github.javaparser.ast.jml.doc.JmlDocContainer occurrences in an AST.

Author

Alexander Weigl

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Functions

Link copied to clipboard
open fun postProcess(result: ParseResult<out Node>, configuration: ParserConfiguration)
Makes the parser do a post-parsing step before the result is returned to the user.
Link copied to clipboard
open fun preProcess(innerProvider: Provider): Provider
Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.