- 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_MANDATED - 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
.
- accept(ClassVisitor, Attribute[], int) - Method in class org.powermock.objectweb.asm.ClassReader
-
Makes the given visitor visit the Java class of this .
- 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
-
- ANEWARRAY - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- AnnotationVisitor - Class in org.powermock.objectweb.asm
-
A visitor to visit a Java annotation.
- AnnotationVisitor(int) - Constructor for class org.powermock.objectweb.asm.AnnotationVisitor
-
Constructs a new .
- AnnotationVisitor(int, AnnotationVisitor) - Constructor for class org.powermock.objectweb.asm.AnnotationVisitor
-
Constructs a new .
- api - Variable in class org.powermock.objectweb.asm.AnnotationVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.powermock.objectweb.asm.ClassVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.powermock.objectweb.asm.FieldVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.powermock.objectweb.asm.MethodVisitor
-
The ASM API version implemented by this visitor.
- 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.
- ARRAY_ELEMENT - Static variable in class org.powermock.objectweb.asm.TypePath
-
A type path step that steps into the element type of an array type.
- ARRAYLENGTH - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ASM4 - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- ASM5 - 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.
- av - Variable in class org.powermock.objectweb.asm.AnnotationVisitor
-
The annotation visitor to which this visitor must delegate method calls.
- CALOAD - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- CAST - Static variable in class org.powermock.objectweb.asm.TypeReference
-
The sort of type references that target the type declared in an explicit
or implicit cast instruction.
- CASTORE - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- CHAR - Static variable in class org.powermock.objectweb.asm.Type
-
The sort of the char type.
- CHAR_TYPE - Static variable in class org.powermock.objectweb.asm.Type
-
The char type.
- CHECKCAST - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- CLASS_EXTENDS - Static variable in class org.powermock.objectweb.asm.TypeReference
-
The sort of type references that target the super class of a class or one
of the interfaces it implements.
- CLASS_TYPE_PARAMETER - Static variable in class org.powermock.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
class.
- CLASS_TYPE_PARAMETER_BOUND - Static variable in class org.powermock.objectweb.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a
generic class.
- ClassReader - Class in org.powermock.objectweb.asm
-
A Java class parser to make a
ClassVisitor
visit an existing class.
- ClassReader(byte[]) - Constructor for class org.powermock.objectweb.asm.ClassReader
-
Constructs a new object.
- ClassReader(byte[], int, int) - Constructor for class org.powermock.objectweb.asm.ClassReader
-
Constructs a new object.
- ClassReader(InputStream) - Constructor for class org.powermock.objectweb.asm.ClassReader
-
Constructs a new object.
- ClassReader(String) - Constructor for class org.powermock.objectweb.asm.ClassReader
-
Constructs a new object.
- ClassVisitor - Class in org.powermock.objectweb.asm
-
A visitor to visit a Java class.
- ClassVisitor(int) - Constructor for class org.powermock.objectweb.asm.ClassVisitor
-
Constructs a new .
- ClassVisitor(int, ClassVisitor) - Constructor for class org.powermock.objectweb.asm.ClassVisitor
-
Constructs a new .
- ClassWriter - Class in org.powermock.objectweb.asm
-
- ClassWriter(int) - Constructor for class org.powermock.objectweb.asm.ClassWriter
-
Constructs a new object.
- ClassWriter(ClassReader, int) - Constructor for class org.powermock.objectweb.asm.ClassWriter
-
Constructs a new object and enables optimizations for
"mostly add" bytecode transformations.
- clear() - Method in class org.powermock.modules.agent.support.JavaAgentClassRegisterImpl
-
- com.sun.tools.attach - package com.sun.tools.attach
-
- com.sun.tools.attach.spi - package com.sun.tools.attach.spi
-
- COMPUTE_FRAMES - Static variable in class org.powermock.objectweb.asm.ClassWriter
-
Flag to automatically compute the stack map frames of methods from
scratch.
- COMPUTE_MAXS - Static variable in class org.powermock.objectweb.asm.ClassWriter
-
Flag to automatically compute the maximum stack size and the maximum
number of local variables of methods.
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class org.powermock.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
constructor in a constructor call.
- CONSTRUCTOR_REFERENCE - Static variable in class org.powermock.objectweb.asm.TypeReference
-
The sort of type references that target the receiver type of a
constructor reference.
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class org.powermock.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
constructor in a constructor reference.
- cv - Variable in class org.powermock.objectweb.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
- F2D - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- F2I - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- F2L - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- F_APPEND - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
Represents a compressed frame where locals are the same as the locals in
the previous frame, except that additional 1-3 locals are defined, and
with an empty stack.
- F_CHOP - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
Represents a compressed frame where locals are the same as the locals in
the previous frame, except that the last 1-3 locals are absent and with
an empty stack.
- F_FULL - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
Represents a compressed frame with complete frame data.
- F_NEW - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
Represents an expanded frame.
- F_SAME - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
Represents a compressed frame with exactly the same locals as the
previous frame and with an empty stack.
- F_SAME1 - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
Represents a compressed frame with exactly the same locals as the
previous frame and with a single value on the stack.
- FADD - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FALOAD - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FASTORE - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FCMPG - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FCMPL - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FCONST_0 - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FCONST_1 - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FCONST_2 - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FDIV - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FIELD - Static variable in class org.powermock.objectweb.asm.TypeReference
-
The sort of type references that target the type of a field.
- FieldVisitor - Class in org.powermock.objectweb.asm
-
A visitor to visit a Java field.
- FieldVisitor(int) - Constructor for class org.powermock.objectweb.asm.FieldVisitor
-
Constructs a new .
- FieldVisitor(int, FieldVisitor) - Constructor for class org.powermock.objectweb.asm.FieldVisitor
-
Constructs a new .
- FLOAD - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FLOAT - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FLOAT - Static variable in class org.powermock.objectweb.asm.Type
-
The sort of the float type.
- FLOAT_TYPE - Static variable in class org.powermock.objectweb.asm.Type
-
The float type.
- FMUL - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FNEG - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FREM - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FRETURN - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- fromString(String) - Static method in class org.powermock.objectweb.asm.TypePath
-
Converts a type path in string form, in the format used by
TypePath.toString()
, into a TypePath object.
- FSTORE - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- FSUB - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- fv - Variable in class org.powermock.objectweb.asm.FieldVisitor
-
The field visitor to which this visitor must delegate method calls.
- 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.
- getArgumentsAndReturnSizes() - Method in class org.powermock.objectweb.asm.Type
-
Returns the size of the arguments and of the return value of methods of
this type.
- 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.
- getArgumentTypes() - Method in class org.powermock.objectweb.asm.Type
-
Returns the argument types of methods of this type.
- getClassName() - Method in class org.powermock.objectweb.asm.ClassReader
-
- getClassName() - Method in class org.powermock.objectweb.asm.Type
-
Returns the binary 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.
- getDesc() - Method in class org.powermock.objectweb.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- 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.
- getExceptionIndex() - Method in class org.powermock.objectweb.asm.TypeReference
-
Returns the index of the exception, in a 'throws' clause of a method,
whose type is referenced by this type reference.
- GETFIELD - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- getFormalParameterIndex() - Method in class org.powermock.objectweb.asm.TypeReference
-
Returns the index of the formal parameter whose type is referenced by
this type reference.
- 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.
- getItemCount() - Method in class org.powermock.objectweb.asm.ClassReader
-
Returns the number of constant pool items in
b
.
- getLabels() - Method in class org.powermock.objectweb.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getLength() - Method in class org.powermock.objectweb.asm.TypePath
-
Returns the length of this path.
- getMaxStringLength() - Method in class org.powermock.objectweb.asm.ClassReader
-
Returns the maximum length of the strings contained in the constant pool
of the class.
- 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.
- getMethodType(String) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the Java type corresponding to the given method descriptor.
- getMethodType(Type, Type...) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the Java method type corresponding to the given argument and
return types.
- getName() - Method in class org.powermock.objectweb.asm.Handle
-
Returns the name of the field or method designated by this handle.
- 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.
- getOwner() - Method in class org.powermock.objectweb.asm.Handle
-
Returns the internal name of the class that owns the field or method
designated by this handle.
- 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.
- getReturnType() - Method in class org.powermock.objectweb.asm.Type
-
Returns the return type of methods of this type.
- 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.
- getSort() - Method in class org.powermock.objectweb.asm.TypeReference
-
Returns the sort of this type reference.
- GETSTATIC - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- getStep(int) - Method in class org.powermock.objectweb.asm.TypePath
-
Returns the value of the given step of this path.
- getStepArgument(int) - Method in class org.powermock.objectweb.asm.TypePath
-
Returns the index of the type argument that the given step is stepping
into.
- getSuperName() - Method in class org.powermock.objectweb.asm.ClassReader
-
- getSuperTypeIndex() - Method in class org.powermock.objectweb.asm.TypeReference
-
Returns the index of the "super type" of a class that is referenced by
this type reference.
- 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
-
- getTag() - Method in class org.powermock.objectweb.asm.Handle
-
Returns the kind of field or method designated by this handle.
- getTryCatchBlockIndex() - Method in class org.powermock.objectweb.asm.TypeReference
-
Returns the index of the try catch block (using the order in which they
are visited with visitTryCatchBlock), whose 'catch' type is referenced by
this type reference.
- 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.
- getType(Constructor<?>) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the Java method type corresponding to the given constructor.
- getType(Method) - Static method in class org.powermock.objectweb.asm.Type
-
Returns the Java method type corresponding to the given method.
- getTypeArgumentIndex() - Method in class org.powermock.objectweb.asm.TypeReference
-
Returns the index of the type argument referenced by this type reference.
- getTypeParameterBoundIndex() - Method in class org.powermock.objectweb.asm.TypeReference
-
- getTypeParameterIndex() - Method in class org.powermock.objectweb.asm.TypeReference
-
Returns the index of the type parameter referenced by this type
reference.
- getValue() - Method in class org.powermock.objectweb.asm.TypeReference
-
Returns the int encoded value of this type reference, suitable for use in
visit methods related to type annotations, like visitTypeAnnotation.
- GOTO - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- name() - Method in class com.sun.tools.attach.spi.AttachProvider
-
Return this provider's name.
- NEW - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- NEW - Static variable in class org.powermock.objectweb.asm.TypeReference
-
The sort of type references that target the type of the object created by
a 'new' instruction.
- NEWARRAY - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- newClass(String) - Method in class org.powermock.objectweb.asm.ClassWriter
-
Adds a class reference to the constant pool of the class being build.
- newConst(Object) - Method in class org.powermock.objectweb.asm.ClassWriter
-
Adds a number or string constant to the constant pool of the class being
build.
- newExceptionReference(int) - Static method in class org.powermock.objectweb.asm.TypeReference
-
Returns a reference to the type of an exception, in a 'throws' clause of
a method.
- newField(String, String, String) - Method in class org.powermock.objectweb.asm.ClassWriter
-
Adds a field reference to the constant pool of the class being build.
- newFormalParameterReference(int) - Static method in class org.powermock.objectweb.asm.TypeReference
-
Returns a reference to the type of a formal parameter of a method.
- newHandle(int, String, String, String) - Method in class org.powermock.objectweb.asm.ClassWriter
-
Adds a handle to the constant pool of the class being build.
- newInvokeDynamic(String, String, Handle, Object...) - Method in class org.powermock.objectweb.asm.ClassWriter
-
Adds an invokedynamic reference to the constant pool of the class being
build.
- newMethod(String, String, String, boolean) - Method in class org.powermock.objectweb.asm.ClassWriter
-
Adds a method reference to the constant pool of the class being build.
- newMethodType(String) - Method in class org.powermock.objectweb.asm.ClassWriter
-
Adds a method type reference to the constant pool of the class being
build.
- newNameType(String, String) - Method in class org.powermock.objectweb.asm.ClassWriter
-
Adds a name and type to the constant pool of the class being build.
- newSuperTypeReference(int) - Static method in class org.powermock.objectweb.asm.TypeReference
-
Returns a reference to the super class or to an interface of the
'implements' clause of a class.
- newTryCatchReference(int) - Static method in class org.powermock.objectweb.asm.TypeReference
-
Returns a reference to the type of the exception declared in a 'catch'
clause of a method.
- newTypeArgumentReference(int, int) - Static method in class org.powermock.objectweb.asm.TypeReference
-
Returns a reference to the type of a type argument in a constructor or
method call or reference.
- newTypeParameterBoundReference(int, int, int) - Static method in class org.powermock.objectweb.asm.TypeReference
-
Returns a reference to a type parameter bound of a generic class or
method.
- newTypeParameterReference(int, int) - Static method in class org.powermock.objectweb.asm.TypeReference
-
Returns a reference to a type parameter of a generic class or method.
- newTypeReference(int) - Static method in class org.powermock.objectweb.asm.TypeReference
-
Returns a type reference of the given sort.
- newUTF8(String) - Method in class org.powermock.objectweb.asm.ClassWriter
-
Adds an UTF8 string to the constant pool of the class being build.
- NOP - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- NULL - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- T_BOOLEAN - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- T_BYTE - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- T_CHAR - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- T_DOUBLE - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- T_FLOAT - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- T_INT - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- T_LONG - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- T_SHORT - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- TABLESWITCH - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- THROWS - Static variable in class org.powermock.objectweb.asm.TypeReference
-
The sort of type references that target the type of an exception declared
in the throws clause of a method.
- toByteArray() - Method in class org.powermock.objectweb.asm.ClassWriter
-
Returns the bytecode of the class that was build with this class writer.
- TOP - Static variable in interface org.powermock.objectweb.asm.Opcodes
-
- toString() - Method in class com.sun.tools.attach.VirtualMachine
-
Returns the string representation of the VirtualMachine
.
- toString() - Method in class com.sun.tools.attach.VirtualMachineDescriptor
-
Returns the string representation of the VirtualMachineDescriptor
.
- toString() - Method in class org.powermock.objectweb.asm.Handle
-
Returns the textual representation of this handle.
- toString() - Method in class org.powermock.objectweb.asm.Label
-
Returns a string representation of this label.
- toString() - Method in class org.powermock.objectweb.asm.Type
-
Returns a string representation of this type.
- toString() - Method in class org.powermock.objectweb.asm.TypePath
-
Returns a string representation of this type path.
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.powermock.modules.agent.DefinalizingClassTransformer
-
- type() - Method in class com.sun.tools.attach.spi.AttachProvider
-
Return this provider's type.
- type - Variable in class org.powermock.objectweb.asm.Attribute
-
The type of this attribute.
- Type - Class in org.powermock.objectweb.asm
-
A Java field or method type.
- TYPE_ARGUMENT - Static variable in class org.powermock.objectweb.asm.TypePath
-
A type path step that steps into a type argument of a generic type.
- TypePath - Class in org.powermock.objectweb.asm
-
The path to a type argument, wildcard bound, array element type, or static
inner type within an enclosing type.
- TypeReference - Class in org.powermock.objectweb.asm
-
A reference to a type appearing in a class, field or method declaration, or
on an instruction.
- TypeReference(int) - Constructor for class org.powermock.objectweb.asm.TypeReference
-
Creates a new TypeReference.
- 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
-
- V1_8 - 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 class 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.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 class org.powermock.objectweb.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - Method in class 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 class org.powermock.objectweb.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotationDefault() - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitArray(String) - Method in class org.powermock.objectweb.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitAttribute(Attribute) - Method in class 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 class org.powermock.objectweb.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitCode() - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitEnd() - Method in class org.powermock.objectweb.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class org.powermock.objectweb.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class org.powermock.objectweb.asm.ClassWriter
-
- visitEnd() - Method in class org.powermock.objectweb.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits the end of the method.
- visitEnum(String, String, String) - Method in class 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.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.MethodVisitor
-
Visits a field instruction.
- visitFrame(int, int, Object[], int, Object[]) - Method in class 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.MethodVisitor
-
Visits an IINC instruction.
- visitInnerClass(String, String, String, int) - Method in class 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.MethodVisitor
-
Visits a zero operand instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitIntInsn(int, int) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitJumpInsn(int, Label) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits a line number declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitMaxs(int, int) - Method in class 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.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.MethodVisitor
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits a method instruction.
- visitMultiANewArrayInsn(String, int) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitOuterClass(String, String, String) - Method in class org.powermock.objectweb.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class org.powermock.objectweb.asm.ClassWriter
-
- visitParameter(String, int) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits a parameter of this method.
- visitParameterAnnotation(int, String, boolean) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitSource(String, String) - Method in class 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.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits a try catch block.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.powermock.objectweb.asm.ClassVisitor
-
Visits an annotation on a type in the class signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.powermock.objectweb.asm.ClassWriter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.powermock.objectweb.asm.FieldVisitor
-
Visits an annotation on the type of the field.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits an annotation on a type in the method signature.
- visitTypeInsn(int, String) - Method in class org.powermock.objectweb.asm.MethodVisitor
-
Visits a type instruction.
- visitVarInsn(int, int) - Method in class 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.