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