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