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

Method getEvents

output/java8/1.4.19/ST.java:544–546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

542 // TESTING SUPPORT
543
544 public List<InterpEvent> getEvents() {
545 return getEvents(Locale.getDefault());
546 }
547
548 public List<InterpEvent> getEvents(int lineWidth) {
549 return getEvents(Locale.getDefault(), lineWidth);

Callers 1

STVizMethod · 0.45

Calls 3

setLineWidthMethod · 0.95
execMethod · 0.95
getEventsMethod · 0.95

Tested by

no test coverage detected