org.apache.bcel.classfile

Interface Node

public interface Node

Denote class to have an accept method();

Version: $Id: Node.java 386056 2006-03-15 11:31:56Z tcurdt $

Author: M. Dahm

Method Summary
voidaccept(Visitor obj)

Method Detail

accept

public void accept(Visitor obj)