Package gw.internal.gosu.parser
Class JavaFieldPropertyInfo.NonStaticAccessor
java.lang.Object
gw.internal.gosu.parser.JavaFieldPropertyInfo.NonStaticAccessor
- All Implemented Interfaces:
IPropertyAccessor
- Enclosing class:
- JavaFieldPropertyInfo
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NonStaticAccessor
private NonStaticAccessor()
-
-
Method Details
-
getValue
Description copied from interface:IPropertyAccessor
Returns the value for a property given a "this" object- Specified by:
getValue
in interfaceIPropertyAccessor
- Parameters:
ctx
- the "this" pointer.- Returns:
- the value of the property for the ctx object
-
setValue
Description copied from interface:IPropertyAccessor
Sets the property to the given value for the ctx object- Specified by:
setValue
in interfaceIPropertyAccessor
- Parameters:
ctx
- the "this" pointervalue
- the new value
-