org.apache.bcel.classfile
Interface Node

All Known Implementing Classes:
AbstractLocalVariableTable, Attribute, Code, CodeException, Constant, ConstantClass, ConstantCP, ConstantDouble, ConstantFieldref, ConstantFloat, ConstantInteger, ConstantInterfaceMethodref, ConstantLong, ConstantMethodref, ConstantNameAndType, ConstantPool, ConstantString, ConstantUtf8, ConstantValue, Deprecated, ExceptionTable, Field, FieldOrMethod, InnerClass, InnerClasses, JavaClass, LineNumber, LineNumberTable, LocalVariable, LocalVariableTable, LocalVariableTypeTable, Method, PMGClass, Signature, SourceFile, StackMap, Synthetic, Unknown

public interface Node

Denote class to have an accept method();


Method Summary
 void accept(Visitor obj)
           
 

Method Detail

accept

void accept(Visitor obj)