| com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEVisitor |
IRE tree visitor interface.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
process(IEGeneric e, IEGeneric parent, EVisitResults 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 |