de.fub.bytecode.classfile
Interface Node

All Known Implementing Classes:
Attribute, CodeException, Constant, ConstantPool, FieldOrMethod, LocalVariable, LineNumber, InnerClass, StackMap, JavaClass

public interface Node

Denote class to have an accept method();

Version:
$Id: Node.java,v 1.1 2001/06/11 11:37:57 dahm Exp $
Author:
M. Dahm

Method Summary
 void accept(Visitor obj)
           
 

Method Detail

accept

public void accept(Visitor obj)