| 33 | |
| 34 | |
| 35 | public class STModelAdaptor implements ModelAdaptor { |
| 36 | @Override |
| 37 | public Object getProperty(Interpreter interp, ST self, Object o, Object property, String propertyName) throws STNoSuchPropertyException { |
| 38 | ST st = (ST)o; |
| 39 | return st.getAttribute(propertyName); |
| 40 | } |
| 41 | } |
nothing calls this directly
no outgoing calls
no test coverage detected