| Package | Description |
|---|---|
| processing.mode.java |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableInspector.LocalHidesThisFilter
A
VariableInspector.VariableNodeFilter that either rejects this-fields if hidden by
a local, or prefixes its name with "this." |
class |
VariableInspector.P5BuiltinsFilter
A
VariableInspector.VariableNodeFilter that accepts Processing built-in variable
names. |
class |
VariableInspector.ThisFilter
A
VariableInspector.VariableNodeFilter that rejects implicit this references. |
| 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. |
Copyright © 2001–2017 Processing Foundation. All rights reserved.