(InstanceScope scope)
| 758 | } |
| 759 | |
| 760 | protected int getExprStopChar(InstanceScope scope) { |
| 761 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
| 762 | if ( templateLocation!=null ) return templateLocation.b; |
| 763 | return -1; |
| 764 | } |
| 765 | |
| 766 | protected void map(InstanceScope scope, Object attr, final ST st) { |
| 767 | rot_map(scope, attr, new ArrayList<ST>() { |
no outgoing calls
no test coverage detected