(InstanceScope scope)
| 756 | } |
| 757 | |
| 758 | protected int getExprStartChar(InstanceScope scope) { |
| 759 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
| 760 | if ( templateLocation!=null ) return templateLocation.a; |
| 761 | return -1; |
| 762 | } |
| 763 | |
| 764 | protected int getExprStopChar(InstanceScope scope) { |
| 765 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
no outgoing calls
no test coverage detected