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

Method getExprStartChar

output/java8/1.4.14/Interpreter.java:754–758  ·  view source on GitHub ↗
(InstanceScope scope)

Source from the content-addressed store, hash-verified

752 }
753
754 protected int getExprStartChar(InstanceScope scope) {
755 Interval templateLocation = scope.st.impl.sourceMap[scope.ip];
756 if ( templateLocation!=null ) return templateLocation.a;
757 return -1;
758 }
759
760 protected int getExprStopChar(InstanceScope scope) {
761 Interval templateLocation = scope.st.impl.sourceMap[scope.ip];

Callers 3

indentMethod · 0.95
writeObjectNoOptionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected