Processed Listener
This class is a piece of legacy code that seems to offer a functionality to register certain listeners that get executed when raw AST nodes are processed into certain nodes (specified in interestingStatements).
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Registers a new listener (biConsumer), that gets called if the raw node specified in from gets processed.
Link copied to clipboard
open fun registerPredicateListener(predicate: BiPredicate<Any, Node>, biConsumer: BiConsumer<Any, Node>)