Package org.apache.bcel.classfile
Interface Node
-
- All Known Implementing Classes:
AnnotationDefault,AnnotationEntry,Annotations,Attribute,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,ParameterAnnotationEntry,ParameterAnnotations,PMGClass,RuntimeInvisibleAnnotations,RuntimeInvisibleParameterAnnotations,RuntimeVisibleAnnotations,RuntimeVisibleParameterAnnotations,Signature,SourceFile,StackMap,StackMapTable,Synthetic,Unknown
public interface NodeDenote class to have an accept method();
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(Visitor obj)
-
-
-
Method Detail
-
accept
void accept(Visitor obj)
-
-