(InstanceScope scope)
| 766 | } |
| 767 | |
| 768 | protected int getExprStopChar(InstanceScope scope) { |
| 769 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
| 770 | if ( templateLocation!=null ) return templateLocation.b; |
| 771 | return -1; |
| 772 | } |
| 773 | |
| 774 | protected void map(InstanceScope scope, Object attr, final ST st) { |
| 775 | rot_map(scope, attr, new ArrayList<ST>() { |
no outgoing calls
no test coverage detected