-
- All Known Implementing Classes:
DefaultHighlighter
,SystemHighlighter
public interface Highlighter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributedString
highlight(LineReader reader, String buffer)
void
setErrorIndex(int errorIndex)
void
setErrorPattern(Pattern errorPattern)
-
-
-
Method Detail
-
highlight
AttributedString highlight(LineReader reader, String buffer)
-
setErrorPattern
void setErrorPattern(Pattern errorPattern)
-
setErrorIndex
void setErrorIndex(int errorIndex)
-
-