(InstanceScope scope)
| 743 | } |
| 744 | |
| 745 | protected int getExprStopChar(InstanceScope scope) { |
| 746 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
| 747 | if ( templateLocation!=null ) return templateLocation.b; |
| 748 | return -1; |
| 749 | } |
| 750 | |
| 751 | protected void map(InstanceScope scope, Object attr, final ST st) { |
| 752 | rot_map(scope, attr, new ArrayList<ST>() { |
no outgoing calls
no test coverage detected