public interface

IEVisitor

com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEVisitor

Class Overview

IRE tree visitor interface.

Summary

Public Methods
abstract void process(IEGeneric e, IEGeneric parent, EVisitResults results)
Process a node being visited.

Public Methods

public abstract void process (IEGeneric e, IEGeneric parent, EVisitResults results)

Process a node being visited.

Parameters
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