com.pnfsoftware.jeb.core.units.code.INodeVisitor<T> |
Known Indirect Subclasses |
Tree visitor interface.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
process(T e, T parent, IVisitResults<T> results)
Process a node being visited.
|
Process a node being visited.
e | the node being visited |
---|---|
parent | the preceding node, either the parent node or null for the current local root |
results | data used to act on the traversal process |