(InstanceScope scope)
| 788 | } |
| 789 | |
| 790 | protected int getExprStartChar(InstanceScope scope) { |
| 791 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
| 792 | if ( templateLocation !=null ) return templateLocation.a; |
| 793 | return -1; |
| 794 | } |
| 795 | |
| 796 | protected int getExprStopChar(InstanceScope scope) { |
| 797 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
no outgoing calls
no test coverage detected