public class VariableInspector.P5BuiltinsFilter extends Object implements VariableInspector.VariableNodeFilter
VariableInspector.VariableNodeFilter that accepts Processing built-in variable
names.| Modifier and Type | Field and Description |
|---|---|
protected String[] |
p5Builtins |
| Constructor and Description |
|---|
P5BuiltinsFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(VariableNode var)
Check whether the filter accepts a
VariableNode. |
protected String[] p5Builtins
public boolean accept(VariableNode var)
VariableInspector.VariableNodeFilterVariableNode.accept in interface VariableInspector.VariableNodeFilterCopyright © 2001–2017 Processing Foundation. All rights reserved.