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

Method getEvents

output/java8/1.4.12/ST.java:537–539  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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