Uses of Interface
org.aspectj.apache.bcel.classfile.ClassVisitor
Packages that use ClassVisitor
-
Uses of ClassVisitor in org.aspectj.apache.bcel.classfile
Methods in org.aspectj.apache.bcel.classfile with parameters of type ClassVisitorModifier and TypeMethodDescriptionvoid
AnnotationDefault.accept(ClassVisitor v)
abstract void
Attribute.accept(ClassVisitor v)
static void
AttributeUtils.accept(Attribute[] attributes, ClassVisitor visitor)
void
BootstrapMethods.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Code.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
CodeException.accept(ClassVisitor v)
abstract void
Constant.accept(ClassVisitor v)
void
ConstantClass.accept(ClassVisitor v)
void
ConstantDouble.accept(ClassVisitor v)
void
ConstantDynamic.accept(ClassVisitor v)
void
ConstantFieldref.accept(ClassVisitor v)
void
ConstantFloat.accept(ClassVisitor v)
void
ConstantInteger.accept(ClassVisitor v)
void
ConstantInterfaceMethodref.accept(ClassVisitor v)
void
ConstantInvokeDynamic.accept(ClassVisitor v)
void
ConstantLong.accept(ClassVisitor v)
void
ConstantMethodHandle.accept(ClassVisitor v)
void
ConstantMethodref.accept(ClassVisitor v)
void
ConstantMethodType.accept(ClassVisitor v)
void
ConstantModule.accept(ClassVisitor v)
void
ConstantNameAndType.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
ConstantPackage.accept(ClassVisitor v)
void
ConstantPool.accept(ClassVisitor v)
void
ConstantString.accept(ClassVisitor v)
void
ConstantUtf8.accept(ClassVisitor v)
void
ConstantValue.accept(ClassVisitor v)
void
Deprecated.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
EnclosingMethod.accept(ClassVisitor v)
void
ExceptionTable.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Field.accept(ClassVisitor v)
void
InnerClass.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
InnerClasses.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
JavaClass.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
LineNumber.accept(ClassVisitor v)
void
LineNumberTable.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
LocalVariable.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
LocalVariableTable.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
LocalVariableTypeTable.accept(ClassVisitor v)
void
Method.accept(ClassVisitor v)
void
MethodParameters.accept(ClassVisitor v)
void
Module.accept(ClassVisitor v)
void
ModuleMainClass.accept(ClassVisitor v)
void
ModulePackages.accept(ClassVisitor v)
void
NestHost.accept(ClassVisitor v)
void
NestMembers.accept(ClassVisitor v)
void
Node.accept(ClassVisitor obj)
void
Signature.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
SourceFile.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
StackMap.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
StackMapEntry.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Synthetic.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Unknown.accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. -
Uses of ClassVisitor in org.aspectj.apache.bcel.classfile.annotation
Methods in org.aspectj.apache.bcel.classfile.annotation with parameters of type ClassVisitorModifier and TypeMethodDescriptionvoid
RuntimeInvisAnnos.accept(ClassVisitor v)
void
RuntimeInvisParamAnnos.accept(ClassVisitor v)
void
RuntimeInvisTypeAnnos.accept(ClassVisitor v)
void
RuntimeVisAnnos.accept(ClassVisitor v)
void
RuntimeVisParamAnnos.accept(ClassVisitor v)
void
RuntimeVisTypeAnnos.accept(ClassVisitor v)