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 LengthAccessor
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getValue(Object ctx)
void
setValue(Object ctx, Object value)
-
-
-
Field Detail
-
INSTANCE
public static final LengthAccessor INSTANCE
-
-
Method Detail
-
getValue
public Object getValue(Object ctx)
- Specified by:
getValue
in interfaceIPropertyAccessor
-
setValue
public void setValue(Object ctx, Object value)
- Specified by:
setValue
in interfaceIPropertyAccessor
-
-