MCPcopy Create free account
hub / github.com/antlr/codebuff / highlight

Method highlight

output/java/1.4.13/STViz.java:366–368  ·  view source on GitHub ↗
(JTextComponent comp, int i, int j)

Source from the content-addressed store, hash-verified

364 }
365
366 protected final void highlight(JTextComponent comp, int i, int j) {
367 highlight(comp, i, j, true);
368 }
369
370 protected void highlight(JTextComponent comp, int i, int j, boolean scroll) {
371 Highlighter highlighter = comp.getHighlighter();

Callers 2

valueChangedMethod · 0.95
updateCurrentSTMethod · 0.95

Calls 2

toComponentPositionMethod · 0.95
internalErrorMethod · 0.65

Tested by

no test coverage detected