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

Method getExprStartChar

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

Source from the content-addressed store, hash-verified

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