public interface

INodeVisitor

com.pnfsoftware.jeb.core.units.code.asm.decompiler.INodeVisitor<T>
Known Indirect Subclasses

Class Overview

Tree visitor interface.

Summary

Public Methods
abstract void process(T e, T parent, IVisitResults<T> results)
Process a node being visited.

Public Methods

public abstract void process (T e, T parent, IVisitResults<T> 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