Package gw.internal.gosu.parser
Class LengthAccessor
- java.lang.Object
-
- gw.internal.gosu.parser.LengthAccessor
-
- All Implemented Interfaces:
IPropertyAccessor
public class LengthAccessor extends Object implements IPropertyAccessor
-
-
Field Summary
Fields Modifier and Type Field Description static LengthAccessorINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetValue(Object ctx)voidsetValue(Object ctx, Object value)
-
-
-
Field Detail
-
INSTANCE
public static final LengthAccessor INSTANCE
-
-
Method Detail
-
getValue
public Object getValue(Object ctx)
- Specified by:
getValuein interfaceIPropertyAccessor
-
setValue
public void setValue(Object ctx, Object value)
- Specified by:
setValuein interfaceIPropertyAccessor
-
-