(InstanceScope scope)
| 737 | } |
| 738 | |
| 739 | protected int getExprStartChar(InstanceScope scope) { |
| 740 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
| 741 | if ( templateLocation!=null ) return templateLocation.a; |
| 742 | return -1; |
| 743 | } |
| 744 | |
| 745 | protected int getExprStopChar(InstanceScope scope) { |
| 746 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
no outgoing calls
no test coverage detected