Package com.tonic.analysis.source.emit
Interface SourceEmitter.LineMapSink
-
- Enclosing class:
- SourceEmitter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface SourceEmitter.LineMapSink
Receives each provenance-carrying statement's (owning method key, statement, 1-based line).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrecord(String methodKey, Statement stmt, int line)Reports where one statement was emitted.
-