(InstanceScope scope)
| 760 | } |
| 761 | |
| 762 | protected int getExprStartChar(InstanceScope scope) { |
| 763 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
| 764 | if ( templateLocation!=null ) return templateLocation.a; |
| 765 | return -1; |
| 766 | } |
| 767 | |
| 768 | protected int getExprStopChar(InstanceScope scope) { |
| 769 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
no outgoing calls
no test coverage detected