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 TypeMethodDescriptionvoidAnnotationDefault.accept(ClassVisitor v)abstract voidAttribute.accept(ClassVisitor v)static voidAttributeUtils.accept(Attribute[] attributes, ClassVisitor visitor)voidBootstrapMethods.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidCode.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidCodeException.accept(ClassVisitor v)abstract voidConstant.accept(ClassVisitor v)voidConstantClass.accept(ClassVisitor v)voidConstantDouble.accept(ClassVisitor v)voidConstantDynamic.accept(ClassVisitor v)voidConstantFieldref.accept(ClassVisitor v)voidConstantFloat.accept(ClassVisitor v)voidConstantInteger.accept(ClassVisitor v)voidConstantInterfaceMethodref.accept(ClassVisitor v)voidConstantInvokeDynamic.accept(ClassVisitor v)voidConstantLong.accept(ClassVisitor v)voidConstantMethodHandle.accept(ClassVisitor v)voidConstantMethodref.accept(ClassVisitor v)voidConstantMethodType.accept(ClassVisitor v)voidConstantModule.accept(ClassVisitor v)voidConstantNameAndType.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidConstantPackage.accept(ClassVisitor v)voidConstantPool.accept(ClassVisitor v)voidConstantString.accept(ClassVisitor v)voidConstantUtf8.accept(ClassVisitor v)voidConstantValue.accept(ClassVisitor v)voidDeprecated.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidEnclosingMethod.accept(ClassVisitor v)voidExceptionTable.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidField.accept(ClassVisitor v)voidInnerClass.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidInnerClasses.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidJavaClass.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidLineNumber.accept(ClassVisitor v)voidLineNumberTable.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidLocalVariable.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidLocalVariableTable.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidLocalVariableTypeTable.accept(ClassVisitor v)voidMethod.accept(ClassVisitor v)voidMethodParameters.accept(ClassVisitor v)voidModule.accept(ClassVisitor v)voidModuleMainClass.accept(ClassVisitor v)voidModulePackages.accept(ClassVisitor v)voidNestHost.accept(ClassVisitor v)voidNestMembers.accept(ClassVisitor v)voidNode.accept(ClassVisitor obj)voidSignature.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidSourceFile.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidStackMap.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidStackMapEntry.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidSynthetic.accept(ClassVisitor v)Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.voidUnknown.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 TypeMethodDescriptionvoidRuntimeInvisAnnos.accept(ClassVisitor v)voidRuntimeInvisParamAnnos.accept(ClassVisitor v)voidRuntimeInvisTypeAnnos.accept(ClassVisitor v)voidRuntimeVisAnnos.accept(ClassVisitor v)voidRuntimeVisParamAnnos.accept(ClassVisitor v)voidRuntimeVisTypeAnnos.accept(ClassVisitor v)