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

Method map

output/java8/1.4.15/Interpreter.java:770–776  ·  view source on GitHub ↗
(InstanceScope scope, Object attr, final ST st)

Source from the content-addressed store, hash-verified

768 }
769
770 protected void map(InstanceScope scope, Object attr, final ST st) {
771 rot_map(scope, attr, new ArrayList<ST>() {
772 {
773 add(st);
774 }
775 });
776 }
777
778 /**
779 * Renders expressions of the form {@code <names:a()>} or

Callers 1

_execMethod · 0.95

Calls 2

rot_mapMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected