(InstanceScope scope)
| 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]; |
no outgoing calls
no test coverage detected