org.aspectj.apache.bcel.classfile
Interface Node

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

public interface Node

Denote class to have an accept method();

Version:
$Id: Node.java,v 1.3 2008/05/28 23:53:01 aclement Exp $
Author:
M. Dahm

Method Summary
 void accept(ClassVisitor obj)
           
 

Method Detail

accept

void accept(ClassVisitor obj)