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