protected static class AccessControllerPlugin.AccessControlWrapper.PrefixingMethodVisitor
extends org.objectweb.asm.MethodVisitor
java.security.AccessController, if available.| Modifier | Constructor and Description | 
|---|---|
| protected  | PrefixingMethodVisitor(org.objectweb.asm.MethodVisitor methodVisitor,
                      TypeDescription instrumentedType,
                      MethodDescription.SignatureToken token,
                      String name,
                      int offset,
                      boolean frames)Creates a new prefixing method visitor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | visitCode() | 
| void | visitMaxs(int stackSize,
         int localVariableLength) | 
visitAnnotableParameterCount, visitAnnotation, visitAnnotationDefault, visitAttribute, visitEnd, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitInsnAnnotation, visitIntInsn, visitInvokeDynamicInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLocalVariableAnnotation, visitLookupSwitchInsn, visitMethodInsn, visitMethodInsn, visitMultiANewArrayInsn, visitParameter, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchAnnotation, visitTryCatchBlock, visitTypeAnnotation, visitTypeInsn, visitVarInsnprotected PrefixingMethodVisitor(org.objectweb.asm.MethodVisitor methodVisitor,
                                 TypeDescription instrumentedType,
                                 MethodDescription.SignatureToken token,
                                 String name,
                                 int offset,
                                 boolean frames)
methodVisitor - The method visitor to write to.instrumentedType - The instrumented type.token - The target signature of the method declared by the JVM access controller.name - The name of the field.offset - The base offset of the instrumented method.frames - true if frames should be added to a method.Copyright © 2014–2022. All rights reserved.