Lookup property name in o and return its value. property is normally a String but doesn't have to be. E.g., if o is Map, property could be any key type. If we need to convert to String, then it's done by ST and passed in here.
(Interpreter interp, ST self, Object o, Object property, String propertyName)
| 55 | * {@code ST} and passed in here.</p> |
| 56 | */ |
| 57 | Object getProperty(Interpreter interp, ST self, Object o, Object property, String propertyName) throws STNoSuchPropertyException; |
| 58 | } |
no outgoing calls
no test coverage detected