public interface ModelAdaptor
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getProperty(Interpreter interp,
ST self,
java.lang.Object o,
java.lang.Object property,
java.lang.String propertyName)
Lookup property name in o and return its value.
|
java.lang.Object getProperty(Interpreter interp, ST self, java.lang.Object o, java.lang.Object property, java.lang.String propertyName) throws STNoSuchPropertyException
STNoSuchPropertyException