public class Accessor extends Object
Modifier and Type | Field and Description |
---|---|
Object |
target |
Object |
targetParent |
Constructor and Description |
---|
Accessor(Object array,
Integer index) |
Accessor(Object targetParent,
String targetName) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluateTarget() |
Object |
getTargetParent() |
void |
setTargetValue(Object value) |
String |
toString() |
public Object getTargetParent()
public Object evaluateTarget() throws NoSuchFieldException, IllegalArgumentException
public void setTargetValue(Object value) throws NoSuchFieldException, IllegalArgumentException