Interface SourceLineProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides source line content for error display formatting.
Used to retrieve the actual source code line when displaying
visual error messages in Rust/Elm style.
-
Method Summary
Modifier and TypeMethodDescriptiongetSourceLine(String fileName, int lineNumber) Get the source line content for a given file and line number.
-
Method Details
-
getSourceLine
-