(InstanceScope scope)
| 752 | } |
| 753 | |
| 754 | protected int getExprStartChar(InstanceScope scope) { |
| 755 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
| 756 | if ( templateLocation!=null ) return templateLocation.a; |
| 757 | return -1; |
| 758 | } |
| 759 | |
| 760 | protected int getExprStopChar(InstanceScope scope) { |
| 761 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
no outgoing calls
no test coverage detected