| Package | Description |
|---|---|
| processing.mode.java | |
| processing.mode.java.debug |
| Modifier and Type | Field and Description |
|---|---|
protected List<VariableNode> |
VariableInspector.declaredThisFields |
protected List<VariableNode> |
VariableInspector.locals |
protected List<VariableNode> |
VariableInspector.LocalHidesThisFilter.locals |
protected List<VariableNode> |
VariableInspector.thisFields |
| Modifier and Type | Method and Description |
|---|---|
protected List<VariableNode> |
VariableInspector.filterNodes(List<VariableNode> nodes,
VariableInspector.VariableNodeFilter filter)
Filter a list of nodes using a
VariableInspector.VariableNodeFilter. |
protected List<VariableNode> |
Debugger.getArrayFields(com.sun.jdi.ArrayReference array)
Get the fields of an array for insertion into a
JTree. |
List<VariableNode> |
Debugger.getFields(com.sun.jdi.Value value,
int maxDepth,
boolean includeInherited)
Recursively get the fields of a
Value for insertion into a
JTree. |
protected List<VariableNode> |
Debugger.getFields(com.sun.jdi.Value value,
int depth,
int maxDepth,
boolean includeInherited)
Recursively get the fields of a
Value for insertion into a
JTree. |
protected List<VariableNode> |
Debugger.getLocals(com.sun.jdi.ThreadReference t,
int depth)
Compile a list of current locals usable for insertion into a
JTree. |
protected List<VariableNode> |
Debugger.getThisFields(com.sun.jdi.ThreadReference t,
int depth,
boolean includeInherited)
Compile a list of fields in the current this object usable for insertion
into a
JTree. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VariableInspector.VariableNodeFilter.accept(VariableNode var)
Check whether the filter accepts a
VariableNode. |
boolean |
VariableInspector.P5BuiltinsFilter.accept(VariableNode var) |
boolean |
VariableInspector.ThisFilter.accept(VariableNode var) |
boolean |
VariableInspector.LocalHidesThisFilter.accept(VariableNode var) |
| Modifier and Type | Method and Description |
|---|---|
protected List<VariableNode> |
VariableInspector.filterNodes(List<VariableNode> nodes,
VariableInspector.VariableNodeFilter filter)
Filter a list of nodes using a
VariableInspector.VariableNodeFilter. |
void |
VariableInspector.updateDeclaredThisFields(List<VariableNode> nodes,
String title)
Update declared (non-inherited) this-fields data.
|
void |
VariableInspector.updateLocals(List<VariableNode> nodes,
String title)
Update locals data.
|
void |
VariableInspector.updateThisFields(List<VariableNode> nodes,
String title)
Update this-fields data.
|
| Constructor and Description |
|---|
LocalHidesThisFilter(List<VariableNode> locals,
int mode)
Construct a
VariableInspector.LocalHidesThisFilter. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayFieldNode
Specialized
VariableNode for representing single fields in an array. |
class |
FieldNode
Specialized
VariableNode for representing fields. |
class |
LocalVariableNode
Specialized
VariableNode for representing local variables. |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableNode.addChild(VariableNode c)
Add a
VariableNode as child. |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableNode.addChildren(List<VariableNode> children)
Add multiple
VariableNodes as children. |
Copyright © 2001–2017 Processing Foundation. All rights reserved.