Package gw.internal.gosu.parser
Class JavaPropertyInfo.PropertyAccessorAdaptor
java.lang.Object
gw.internal.gosu.parser.JavaPropertyInfo.PropertyAccessorAdaptor
- All Implemented Interfaces:
IPropertyAccessor
- Enclosing class:
- JavaPropertyInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate ClassReturns the value for a property given a "this" objectvoidSets the property to the given value for the ctx object
-
Constructor Details
-
PropertyAccessorAdaptor
public PropertyAccessorAdaptor()
-
-
Method Details
-
getValue
Description copied from interface:IPropertyAccessorReturns the value for a property given a "this" object- Specified by:
getValuein interfaceIPropertyAccessor- Parameters:
ctx- the "this" pointer.- Returns:
- the value of the property for the ctx object
-
setValue
Description copied from interface:IPropertyAccessorSets the property to the given value for the ctx object- Specified by:
setValuein interfaceIPropertyAccessor- Parameters:
ctx- the "this" pointervalue- the new value
-
getOwningClass
-
getGetterMethod
-
getSetterMethod
-