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

Method getExprStopChar

output/java/1.4.19/Interpreter.java:796–800  ·  view source on GitHub ↗
(InstanceScope scope)

Source from the content-addressed store, hash-verified

794 }
795
796 protected int getExprStopChar(InstanceScope scope) {
797 Interval templateLocation = scope.st.impl.sourceMap[scope.ip];
798 if ( templateLocation !=null ) return templateLocation.b;
799 return -1;
800 }
801
802 protected void map(InstanceScope scope, Object attr, final ST st) {
803 rot_map(scope, attr, new ArrayList<ST>() {

Callers 3

indentMethod · 0.95
writeObjectNoOptionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected