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