Package gw.internal.gosu.parser
Class GosuVarPropertyInfo.VarPropertyAccessor
java.lang.Object
gw.internal.gosu.parser.GosuVarPropertyInfo.VarPropertyAccessor
- All Implemented Interfaces:
IPropertyAccessor
- Enclosing class:
- GosuVarPropertyInfo
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VarPropertyAccessor
private VarPropertyAccessor()
-
-
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
-