public class VariableInspector.ThisFilter extends Object implements VariableInspector.VariableNodeFilter
VariableInspector.VariableNodeFilter that rejects implicit this references.
(Names starting with "this$")| Constructor and Description |
|---|
ThisFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(VariableNode var)
Check whether the filter accepts a
VariableNode. |
public boolean accept(VariableNode var)
VariableInspector.VariableNodeFilterVariableNode.accept in interface VariableInspector.VariableNodeFilterCopyright © 2001–2017 Processing Foundation. All rights reserved.