- AALOAD - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- AASTORE - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- AbstractClassTransformer - Class in org.powermock.modules.agent
-
- AbstractClassTransformer() - Constructor for class org.powermock.modules.agent.AbstractClassTransformer
-
- ACC_ABSTRACT - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_ANNOTATION - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_BRIDGE - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_DEPRECATED - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_ENUM - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_FINAL - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_INTERFACE - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_NATIVE - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_PRIVATE - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_PROTECTED - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_PUBLIC - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_STATIC - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_STRICT - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_SUPER - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_SYNCHRONIZED - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_SYNTHETIC - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_TRANSIENT - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_VARARGS - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ACC_VOLATILE - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- accept(ClassVisitor, int) - Method in class org.powermock.objectweb.asm.ClassReader
-
Makes the given visitor visit the Java class of this
ClassReader
.
- accept(ClassVisitor, Attribute[], int) - Method in class org.powermock.objectweb.asm.ClassReader
-
Makes the given visitor visit the Java class of this
ClassReader
.
- ACONST_NULL - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- AgentInitializationException - Exception in com.sun.tools.attach
-
The exception thrown when an agent fails to initialize in the target Java virtual machine.
- AgentInitializationException() - Constructor for exception com.sun.tools.attach.AgentInitializationException
-
Constructs an AgentInitializationException
with
no detail message.
- AgentInitializationException(String) - Constructor for exception com.sun.tools.attach.AgentInitializationException
-
Constructs an AgentInitializationException
with the specified detail message.
- AgentInitializationException(String, int) - Constructor for exception com.sun.tools.attach.AgentInitializationException
-
Constructs an AgentInitializationException
with
the specified detail message and the return value from the
execution of the agent's Agent_OnAttach
function.
- AgentLoadException - Exception in com.sun.tools.attach
-
The exception thrown when an agent cannot be loaded into the target Java virtual machine.
- AgentLoadException() - Constructor for exception com.sun.tools.attach.AgentLoadException
-
Constructs an AgentLoadException
with
no detail message.
- AgentLoadException(String) - Constructor for exception com.sun.tools.attach.AgentLoadException
-
Constructs an AgentLoadException
with the specified detail message.
- agentmain(String, Instrumentation) - Static method in class org.powermock.modules.agent.PowerMockAgent
-
- ALOAD - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ALWAYS_IGNORED - Static variable in class org.powermock.modules.agent.AbstractClassTransformer
-
- ANEWARRAY - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- AnnotationVisitor - Interface in org.powermock.objectweb.asm
-
A visitor to visit a Java annotation.
- ARETURN - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ARRAY - Static variable in class org.powermock.objectweb.asm.Type
-
The sort of array reference types.
- ARRAYLENGTH - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ASTORE - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ATHROW - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- attach(String) - Static method in class com.sun.tools.attach.VirtualMachine
-
Attaches to a Java virtual machine.
- attach(VirtualMachineDescriptor) - Static method in class com.sun.tools.attach.VirtualMachine
-
Attaches to a Java virtual machine.
- AttachNotSupportedException - Exception in com.sun.tools.attach
-
- AttachNotSupportedException() - Constructor for exception com.sun.tools.attach.AttachNotSupportedException
-
Constructs an AttachNotSupportedException
with no detail message.
- AttachNotSupportedException(String) - Constructor for exception com.sun.tools.attach.AttachNotSupportedException
-
Constructs an AttachNotSupportedException
with
the specified detail message.
- AttachProvider - Class in com.sun.tools.attach.spi
-
Attach provider class for attaching to a Java virtual machine.
- AttachProvider() - Constructor for class com.sun.tools.attach.spi.AttachProvider
-
Initializes a new instance of this class.
- attachVirtualMachine(String) - Method in class com.sun.tools.attach.spi.AttachProvider
-
Attaches to a Java virtual machine.
- attachVirtualMachine(VirtualMachineDescriptor) - Method in class com.sun.tools.attach.spi.AttachProvider
-
Attaches to a Java virtual machine.
- Attribute - Class in org.powermock.objectweb.asm
-
A non standard class, field, method or code attribute.
- Attribute(String) - Constructor for class org.powermock.objectweb.asm.Attribute
-
Constructs a new empty attribute.
- getAccess() - Method in class org.powermock.objectweb.asm.ClassReader
-
Returns the class's access flags (see
Opcodes
).
- getAgentProperties() - Method in class com.sun.tools.attach.VirtualMachine
-
Returns the current agent properties in the target virtual
machine.
- getAgentProperties() - Method in class sun.tools.attach.HotSpotVirtualMachine
-
- getArgumentsAndReturnSizes(String) - Static method in class org.powermock.objectweb.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentTypes(String) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method descriptor.
- getArgumentTypes(Method) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method.
- getClassName() - Method in class org.powermock.objectweb.asm.ClassReader
-
- getClassName() - Method in class org.powermock.objectweb.asm.Type
-
Returns the name of the class corresponding to this type.
- getClasstransformer() - Static method in class org.powermock.modules.agent.PowerMockAgent
-
- getCommonSuperClass(String, String) - Method in class org.powermock.objectweb.asm.ClassWriter
-
Returns the common super type of the two given types.
- getConstructorDescriptor(Constructor) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getDescriptor() - Method in class org.powermock.objectweb.asm.Type
-
Returns the descriptor corresponding to this Java type.
- getDescriptor(Class) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the descriptor corresponding to the given Java type.
- getDimensions() - Method in class org.powermock.objectweb.asm.Type
-
Returns the number of dimensions of this array type.
- getElementType() - Method in class org.powermock.objectweb.asm.Type
-
Returns the type of the elements of this array type.
- GETFIELD - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- getInterfaces() - Method in class org.powermock.objectweb.asm.ClassReader
-
Returns the internal names of the class's interfaces (see
getInternalName
).
- getInternalName() - Method in class org.powermock.objectweb.asm.Type
-
Returns the internal name of the class corresponding to this object or
array type.
- getInternalName(Class) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the internal name of the given class.
- getItem(int) - Method in class org.powermock.objectweb.asm.ClassReader
-
Returns the start index of the constant pool item in
b
, plus
one.
- getLabels() - Method in class org.powermock.objectweb.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getMethodDescriptor(Type, Type[]) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the descriptor corresponding to the given argument and return
types.
- getMethodDescriptor(Method) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the descriptor corresponding to the given method.
- getObjectType(String) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the Java type corresponding to the given internal name.
- getOffset() - Method in class org.powermock.objectweb.asm.Label
-
Returns the offset corresponding to this label.
- getOpcode(int) - Method in class org.powermock.objectweb.asm.Type
-
Returns a JVM instruction opcode adapted to this Java type.
- getReturnType(String) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the Java type corresponding to the return type of the given
method descriptor.
- getReturnType(Method) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the Java type corresponding to the return type of the given
method.
- getSize() - Method in class org.powermock.objectweb.asm.Type
-
Returns the size of values of this type.
- getSort() - Method in class org.powermock.objectweb.asm.Type
-
Returns the sort of this Java type.
- GETSTATIC - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- getSuperName() - Method in class org.powermock.objectweb.asm.ClassReader
-
- getSystemProperties() - Method in class com.sun.tools.attach.VirtualMachine
-
Returns the current system properties in the target virtual machine.
- getSystemProperties() - Method in class sun.tools.attach.HotSpotVirtualMachine
-
- getType(String) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the Java type corresponding to the given type descriptor.
- getType(Class) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the Java type corresponding to the given class.
- GOTO - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- V1_1 - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- V1_2 - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- V1_3 - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- V1_4 - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- V1_5 - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- V1_6 - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- V1_7 - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- verifyInitialization() - Static method in class org.powermock.modules.agent.PowerMockAgent
-
- VirtualMachine - Class in com.sun.tools.attach
-
A Java virtual machine.
- VirtualMachine(AttachProvider, String) - Constructor for class com.sun.tools.attach.VirtualMachine
-
Initializes a new instance of this class.
- VirtualMachineDescriptor - Class in com.sun.tools.attach
-
Describes a Java virtual machine.
- VirtualMachineDescriptor(AttachProvider, String, String) - Constructor for class com.sun.tools.attach.VirtualMachineDescriptor
-
Creates a virtual machine descriptor from the given components.
- VirtualMachineDescriptor(AttachProvider, String) - Constructor for class com.sun.tools.attach.VirtualMachineDescriptor
-
Creates a virtual machine descriptor from the given components.
- visit(String, Object) - Method in interface org.powermock.objectweb.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(int, int, String, String, String, String[]) - Method in class org.powermock.objectweb.asm.ClassAdapter
-
- visit(int, int, String, String, String, String[]) - Method in interface org.powermock.objectweb.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class org.powermock.objectweb.asm.ClassWriter
-
- visitAnnotation(String, String) - Method in interface org.powermock.objectweb.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - Method in class org.powermock.objectweb.asm.ClassAdapter
-
- visitAnnotation(String, boolean) - Method in interface org.powermock.objectweb.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class org.powermock.objectweb.asm.ClassWriter
-
- visitAnnotation(String, boolean) - Method in interface org.powermock.objectweb.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitAnnotation(String, boolean) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotationDefault() - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitAnnotationDefault() - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitArray(String) - Method in interface org.powermock.objectweb.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitAttribute(Attribute) - Method in class org.powermock.objectweb.asm.ClassAdapter
-
- visitAttribute(Attribute) - Method in interface org.powermock.objectweb.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class org.powermock.objectweb.asm.ClassWriter
-
- visitAttribute(Attribute) - Method in interface org.powermock.objectweb.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitAttribute(Attribute) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitCode() - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitCode() - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitEnd() - Method in interface org.powermock.objectweb.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class org.powermock.objectweb.asm.ClassAdapter
-
- visitEnd() - Method in interface org.powermock.objectweb.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class org.powermock.objectweb.asm.ClassWriter
-
- visitEnd() - Method in interface org.powermock.objectweb.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitEnd() - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits the end of the method.
- visitEnum(String, String, String) - Method in interface org.powermock.objectweb.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitField(int, String, String, String, Object) - Method in class org.powermock.objectweb.asm.ClassAdapter
-
- visitField(int, String, String, String, Object) - Method in interface org.powermock.objectweb.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - Method in class org.powermock.objectweb.asm.ClassWriter
-
- visitFieldInsn(int, String, String, String) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitFieldInsn(int, String, String, String) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a field instruction.
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitFrame(int, int, Object[], int, Object[]) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack
elements.
- visitIincInsn(int, int) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitIincInsn(int, int) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits an IINC instruction.
- visitInnerClass(String, String, String, int) - Method in class org.powermock.objectweb.asm.ClassAdapter
-
- visitInnerClass(String, String, String, int) - Method in interface org.powermock.objectweb.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class org.powermock.objectweb.asm.ClassWriter
-
- visitInsn(int) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitInsn(int) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitIntInsn(int, int) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitIntInsn(int, int) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitJumpInsn(int, Label) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitJumpInsn(int, Label) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitLabel(Label) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitLdcInsn(Object) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitLineNumber(int, Label) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a line number declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitMaxs(int, int) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitMaxs(int, int) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables
of the method.
- visitMethod(int, String, String, String, String[]) - Method in class org.powermock.objectweb.asm.ClassAdapter
-
- visitMethod(int, String, String, String, String[]) - Method in interface org.powermock.objectweb.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - Method in class org.powermock.objectweb.asm.ClassWriter
-
- visitMethodInsn(int, String, String, String) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitMethodInsn(int, String, String, String) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a method instruction.
- visitMultiANewArrayInsn(String, int) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitOuterClass(String, String, String) - Method in class org.powermock.objectweb.asm.ClassAdapter
-
- visitOuterClass(String, String, String) - Method in interface org.powermock.objectweb.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class org.powermock.objectweb.asm.ClassWriter
-
- visitParameterAnnotation(int, String, boolean) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitParameterAnnotation(int, String, boolean) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitSource(String, String) - Method in class org.powermock.objectweb.asm.ClassAdapter
-
- visitSource(String, String) - Method in interface org.powermock.objectweb.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class org.powermock.objectweb.asm.ClassWriter
-
- visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitTableSwitchInsn(int, int, Label, Label[]) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a try catch block.
- visitTypeInsn(int, String) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitTypeInsn(int, String) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a type instruction.
- visitVarInsn(int, int) - Method in class org.powermock.objectweb.asm.MethodAdapter
-
- visitVarInsn(int, int) - Method in interface org.powermock.objectweb.asm.MethodVisitor
-
Visits a local variable instruction.
- VOID - Static variable in class org.powermock.objectweb.asm.Type
-
The sort of the void type.
- VOID_TYPE - Static variable in class org.powermock.objectweb.asm.Type
-
The void type.