Package org.openrewrite.tree
Interface ParsingEventListener
-
public interface ParsingEventListener
-
-
Field Summary
Fields Modifier and Type Field Description static ParsingEventListenerNOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparsed(Parser.Input input, SourceFile sourceFile)
-
-
-
Field Detail
-
NOOP
static final ParsingEventListener NOOP
-
-
Method Detail
-
parsed
void parsed(Parser.Input input, SourceFile sourceFile)
-
-