MCPcopy Index your code
hub / github.com/antlr/codebuff / highlight

Method highlight

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

Source from the content-addressed store, hash-verified

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