org.aspectj.apache.bcel.classfile
Interface Node

All Known Implementing Classes:
AnnotationDefault, Attribute, BootstrapMethods, Code, CodeException, Constant, ConstantClass, ConstantCP, ConstantDouble, ConstantFieldref, ConstantFloat, ConstantInteger, ConstantInterfaceMethodref, ConstantInvokeDynamic, ConstantLong, ConstantMethodHandle, ConstantMethodref, ConstantMethodType, 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();


Method Summary
 void accept(ClassVisitor obj)
           
 

Method Detail

accept

void accept(ClassVisitor obj)