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

Method getExprStartChar

output/java/1.4.13/Interpreter.java:778–782  ·  view source on GitHub ↗
(InstanceScope scope)

Source from the content-addressed store, hash-verified

776 }
777
778 protected int getExprStartChar(InstanceScope scope) {
779 Interval templateLocation = scope.st.impl.sourceMap[scope.ip];
780 if ( templateLocation !=null ) return templateLocation.a;
781 return -1;
782 }
783
784 protected int getExprStopChar(InstanceScope scope) {
785 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