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

Method highlight

output/java/1.4.17/STViz.java:372–374  ·  view source on GitHub ↗
(JTextComponent comp, int i, int j)

Source from the content-addressed store, hash-verified

370 }
371
372 protected final void highlight(JTextComponent comp, int i, int j) {
373 highlight(comp, i, j, true);
374 }
375
376 protected void highlight(JTextComponent comp, int i, int j, boolean scroll) {
377 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