game.libraries.parser
Class AbstractSetter

java.lang.Object
  |
  +--game.libraries.parser.AbstractSetter
Direct Known Subclasses:
SetField, SetMethod

public abstract class AbstractSetter
extends java.lang.Object

An abstract class as ancestor of SetField and SetMethod


Field Summary
protected  java.lang.Object object
          The object containing the field or accessor.
 
Constructor Summary
AbstractSetter(java.lang.Object _object)
          Constructor.
 
Method Summary
abstract  void set(Element element)
          Actually set an element from the parser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

protected java.lang.Object object
The object containing the field or accessor.

Constructor Detail

AbstractSetter

public AbstractSetter(java.lang.Object _object)
Constructor.

Parameters:
_object - the object containing the field.
Method Detail

set

public abstract void set(Element element)
Actually set an element from the parser.