(InstanceScope scope)
| 786 | } |
| 787 | |
| 788 | protected int getExprStopChar(InstanceScope scope) { |
| 789 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
| 790 | if ( templateLocation !=null ) return templateLocation.b; |
| 791 | return -1; |
| 792 | } |
| 793 | |
| 794 | protected void map(InstanceScope scope, Object attr, final ST st) { |
| 795 | rot_map(scope, attr, new ArrayList<ST>() { |
no outgoing calls
no test coverage detected