org.apache.bcel.classfile

Interface Node

public interface Node

Denote class to have an accept method();
Method Summary
voidaccept(Visitor obj)

Method Detail

accept

public void accept(Visitor obj)