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