org.apache.bcel.classfile

Interface Node

public interface Node

Denote class to have an accept method();

Version: $Id: Node.java 152690 2001-10-29 19:59:54Z jvanzyl $

Author: M. Dahm

Method Summary
voidaccept(Visitor obj)

Method Detail

accept

public void accept(Visitor obj)