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