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

Method map

output/java/1.4.14/Interpreter.java:794–800  ·  view source on GitHub ↗
(InstanceScope scope, Object attr, final ST st)

Source from the content-addressed store, hash-verified

792 }
793
794 protected void map(InstanceScope scope, Object attr, final ST st) {
795 rot_map(scope, attr, new ArrayList<ST>() {
796 {
797 add(st);
798 }
799 });
800 }
801
802 /**
803 * 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