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

Method getEvents

output/java/1.4.13/ST.java:538–540  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

536 // TESTING SUPPORT
537
538 public List<InterpEvent> getEvents() {
539 return getEvents(Locale.getDefault());
540 }
541
542 public List<InterpEvent> getEvents(int lineWidth) {
543 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