|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--game.libraries.parser.AbstractSetter
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 |
protected java.lang.Object object
| Constructor Detail |
public AbstractSetter(java.lang.Object _object)
_object - the object containing the field.| Method Detail |
public abstract void set(Element element)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||