(InstanceScope scope)
| 792 | } |
| 793 | |
| 794 | protected int getExprStopChar(InstanceScope scope) { |
| 795 | Interval templateLocation = scope.st.impl.sourceMap[scope.ip]; |
| 796 | if ( templateLocation !=null ) return templateLocation.b; |
| 797 | return -1; |
| 798 | } |
| 799 | |
| 800 | protected void map(InstanceScope scope, Object attr, final ST st) { |
| 801 | rot_map(scope, attr, new ArrayList<ST>() { |
no outgoing calls
no test coverage detected