public class FieldNode extends VariableNode
VariableNode for representing fields. Overrides
setValue(com.sun.jdi.Value) to properly change the value of the encapsulated field.| Modifier and Type | Field and Description |
|---|---|
protected com.sun.jdi.Field |
field |
protected com.sun.jdi.ObjectReference |
obj |
children, name, parent, type, TYPE_ARRAY, TYPE_BOOLEAN, TYPE_BYTE, TYPE_CHAR, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INTEGER, TYPE_LONG, TYPE_OBJECT, TYPE_SHORT, TYPE_STRING, TYPE_UNKNOWN, TYPE_VOID, value| Constructor and Description |
|---|
FieldNode(String name,
String type,
com.sun.jdi.Value value,
com.sun.jdi.Field field,
com.sun.jdi.ObjectReference obj)
Construct a
FieldNode. |
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(com.sun.jdi.Value value) |
addChild, addChildren, children, equals, getAllowsChildren, getChildAt, getChildCount, getDescription, getIndex, getName, getParent, getStringValue, getType, getTypeName, getValue, hashCode, insert, isLeaf, remove, remove, removeAllChildren, removeFromParent, setName, setParent, setUserObject, toStringpublic void setValue(com.sun.jdi.Value value)
setValue in class VariableNodeCopyright © 2001–2017 Processing Foundation. All rights reserved.