A B C D E F G H I J L M N O P R S T U V W

A

AALOAD - Static variable in interface org.objectweb.asm.Opcodes
 
AASTORE - Static variable in interface org.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.objectweb.asm.Opcodes
 
ACC_ANNOTATION - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_BRIDGE - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_DEPRECATED - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_ENUM - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_FINAL - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_INTERFACE - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_NATIVE - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_PRIVATE - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_PROTECTED - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_PUBLIC - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_STATIC - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_STRICT - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_SUPER - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_SYNCHRONIZED - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_SYNTHETIC - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_TRANSIENT - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_VARARGS - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_VOLATILE - Static variable in interface org.objectweb.asm.Opcodes
 
accept(ClassVisitor, int) - Method in class org.objectweb.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(ClassVisitor, Attribute[], int) - Method in class org.objectweb.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
ACONST_NULL - Static variable in interface org.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.objectweb.asm.Opcodes
 
ANEWARRAY - Static variable in interface org.objectweb.asm.Opcodes
 
AnnotationVisitor - Interface in org.objectweb.asm
A visitor to visit a Java annotation.
ARETURN - Static variable in interface org.objectweb.asm.Opcodes
 
ARRAY - Static variable in class org.objectweb.asm.Type
The sort of array reference types.
ARRAYLENGTH - Static variable in interface org.objectweb.asm.Opcodes
 
ASTORE - Static variable in interface org.objectweb.asm.Opcodes
 
ATHROW - Static variable in interface org.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
Thrown by VirtalMachine.attach when attempting to attach to a Java virtual machine for which a compatible AttachProvider does not exist.
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.objectweb.asm
A non standard class, field, method or code attribute.
Attribute(String) - Constructor for class org.objectweb.asm.Attribute
Constructs a new empty attribute.

B

b - Variable in class org.objectweb.asm.ClassReader
The class to be parsed.
BALOAD - Static variable in interface org.objectweb.asm.Opcodes
 
BASTORE - Static variable in interface org.objectweb.asm.Opcodes
 
BIPUSH - Static variable in interface org.objectweb.asm.Opcodes
 
BOOLEAN - Static variable in class org.objectweb.asm.Type
The sort of the boolean type.
BOOLEAN_TYPE - Static variable in class org.objectweb.asm.Type
The boolean type.
BYTE - Static variable in class org.objectweb.asm.Type
The sort of the byte type.
BYTE_TYPE - Static variable in class org.objectweb.asm.Type
The byte type.
ByteVector - Class in org.objectweb.asm
A dynamically extensible vector of bytes.
ByteVector() - Constructor for class org.objectweb.asm.ByteVector
Constructs a new ByteVector with a default initial size.
ByteVector(int) - Constructor for class org.objectweb.asm.ByteVector
Constructs a new ByteVector with the given initial size.

C

CALOAD - Static variable in interface org.objectweb.asm.Opcodes
 
CASTORE - Static variable in interface org.objectweb.asm.Opcodes
 
CHAR - Static variable in class org.objectweb.asm.Type
The sort of the char type.
CHAR_TYPE - Static variable in class org.objectweb.asm.Type
The char type.
CHECKCAST - Static variable in interface org.objectweb.asm.Opcodes
 
ClassAdapter - Class in org.objectweb.asm
An empty ClassVisitor that delegates to another ClassVisitor.
ClassAdapter(ClassVisitor) - Constructor for class org.objectweb.asm.ClassAdapter
Constructs a new ClassAdapter object.
ClassReader - Class in org.objectweb.asm
A Java class parser to make a ClassVisitor visit an existing class.
ClassReader(byte[]) - Constructor for class org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(byte[], int, int) - Constructor for class org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(InputStream) - Constructor for class org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(String) - Constructor for class org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassVisitor - Interface in org.objectweb.asm
A visitor to visit a Java class.
ClassWriter - Class in org.objectweb.asm
A ClassVisitor that generates classes in bytecode form.
ClassWriter(int) - Constructor for class org.objectweb.asm.ClassWriter
Constructs a new ClassWriter object.
ClassWriter(ClassReader, int) - Constructor for class org.objectweb.asm.ClassWriter
Constructs a new ClassWriter object and enables optimizations for "mostly add" bytecode transformations.
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.objectweb.asm.ClassWriter
Flag to automatically compute the stack map frames of methods from scratch.
COMPUTE_MAXS - Static variable in class org.objectweb.asm.ClassWriter
Flag to automatically compute the maximum stack size and the maximum number of local variables of methods.
CONTAINS_IGNORED - Static variable in class org.powermock.modules.agent.AbstractClassTransformer
 
cv - Variable in class org.objectweb.asm.ClassAdapter
The ClassVisitor to which this adapter delegates calls.

D

D2F - Static variable in interface org.objectweb.asm.Opcodes
 
D2I - Static variable in interface org.objectweb.asm.Opcodes
 
D2L - Static variable in interface org.objectweb.asm.Opcodes
 
DADD - Static variable in interface org.objectweb.asm.Opcodes
 
DALOAD - Static variable in interface org.objectweb.asm.Opcodes
 
DASTORE - Static variable in interface org.objectweb.asm.Opcodes
 
DCMPG - Static variable in interface org.objectweb.asm.Opcodes
 
DCMPL - Static variable in interface org.objectweb.asm.Opcodes
 
DCONST_0 - Static variable in interface org.objectweb.asm.Opcodes
 
DCONST_1 - Static variable in interface org.objectweb.asm.Opcodes
 
DDIV - Static variable in interface org.objectweb.asm.Opcodes
 
DefinalizingClassTransformer - Class in org.powermock.modules.agent
 
DefinalizingClassTransformer() - Constructor for class org.powermock.modules.agent.DefinalizingClassTransformer
 
detach() - Method in class com.sun.tools.attach.VirtualMachine
Detach from the virtual machine.
detach() - Method in class sun.tools.attach.LinuxVirtualMachine
Detach from the target VM.
detach() - Method in class sun.tools.attach.WindowsVirtualMachine
 
displayName() - Method in class com.sun.tools.attach.VirtualMachineDescriptor
Return the display name component of this descriptor.
DLOAD - Static variable in interface org.objectweb.asm.Opcodes
 
DMUL - Static variable in interface org.objectweb.asm.Opcodes
 
DNEG - Static variable in interface org.objectweb.asm.Opcodes
 
DOUBLE - Static variable in interface org.objectweb.asm.Opcodes
 
DOUBLE - Static variable in class org.objectweb.asm.Type
The sort of the double type.
DOUBLE_TYPE - Static variable in class org.objectweb.asm.Type
The double type.
DREM - Static variable in interface org.objectweb.asm.Opcodes
 
DRETURN - Static variable in interface org.objectweb.asm.Opcodes
 
DSTORE - Static variable in interface org.objectweb.asm.Opcodes
 
DSUB - Static variable in interface org.objectweb.asm.Opcodes
 
dumpHeap(Object...) - Method in class sun.tools.attach.HotSpotVirtualMachine
 
DUP - Static variable in interface org.objectweb.asm.Opcodes
 
DUP2 - Static variable in interface org.objectweb.asm.Opcodes
 
DUP2_X1 - Static variable in interface org.objectweb.asm.Opcodes
 
DUP2_X2 - Static variable in interface org.objectweb.asm.Opcodes
 
DUP_X1 - Static variable in interface org.objectweb.asm.Opcodes
 
DUP_X2 - Static variable in interface org.objectweb.asm.Opcodes
 

E

equals(Object) - Method in class com.sun.tools.attach.VirtualMachine
Tests this VirtualMachine for equality with another object.
equals(Object) - Method in class com.sun.tools.attach.VirtualMachineDescriptor
Tests this VirtualMachineDescriptor for equality with another object.
equals(Object) - Method in class org.objectweb.asm.Type
Tests if the given object is equal to this type.
EXPAND_FRAMES - Static variable in class org.objectweb.asm.ClassReader
Flag to expand the stack map frames.

F

F2D - Static variable in interface org.objectweb.asm.Opcodes
 
F2I - Static variable in interface org.objectweb.asm.Opcodes
 
F2L - Static variable in interface org.objectweb.asm.Opcodes
 
F_APPEND - Static variable in interface org.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.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.objectweb.asm.Opcodes
Represents a compressed frame with complete frame data.
F_NEW - Static variable in interface org.objectweb.asm.Opcodes
Represents an expanded frame.
F_SAME - Static variable in interface org.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.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.objectweb.asm.Opcodes
 
FALOAD - Static variable in interface org.objectweb.asm.Opcodes
 
FASTORE - Static variable in interface org.objectweb.asm.Opcodes
 
FCMPG - Static variable in interface org.objectweb.asm.Opcodes
 
FCMPL - Static variable in interface org.objectweb.asm.Opcodes
 
FCONST_0 - Static variable in interface org.objectweb.asm.Opcodes
 
FCONST_1 - Static variable in interface org.objectweb.asm.Opcodes
 
FCONST_2 - Static variable in interface org.objectweb.asm.Opcodes
 
FDIV - Static variable in interface org.objectweb.asm.Opcodes
 
FieldVisitor - Interface in org.objectweb.asm
A visitor to visit a Java field.
FLOAD - Static variable in interface org.objectweb.asm.Opcodes
 
FLOAT - Static variable in interface org.objectweb.asm.Opcodes
 
FLOAT - Static variable in class org.objectweb.asm.Type
The sort of the float type.
FLOAT_TYPE - Static variable in class org.objectweb.asm.Type
The float type.
FMUL - Static variable in interface org.objectweb.asm.Opcodes
 
FNEG - Static variable in interface org.objectweb.asm.Opcodes
 
FREM - Static variable in interface org.objectweb.asm.Opcodes
 
FRETURN - Static variable in interface org.objectweb.asm.Opcodes
 
FSTORE - Static variable in interface org.objectweb.asm.Opcodes
 
FSUB - Static variable in interface org.objectweb.asm.Opcodes
 

G

getAccess() - Method in class org.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.objectweb.asm.Type
Computes the size of the arguments and of the return value of a method.
getArgumentTypes(String) - Static method in class org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method descriptor.
getArgumentTypes(Method) - Static method in class org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method.
getClassName() - Method in class org.objectweb.asm.ClassReader
Returns the internal name of the class (see getInternalName).
getClassName() - Method in class org.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.objectweb.asm.ClassWriter
Returns the common super type of the two given types.
getConstructorDescriptor(Constructor) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given constructor.
getDescriptor() - Method in class org.objectweb.asm.Type
Returns the descriptor corresponding to this Java type.
getDescriptor(Class) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given Java type.
getDimensions() - Method in class org.objectweb.asm.Type
Returns the number of dimensions of this array type.
getElementType() - Method in class org.objectweb.asm.Type
Returns the type of the elements of this array type.
GETFIELD - Static variable in interface org.objectweb.asm.Opcodes
 
getInterfaces() - Method in class org.objectweb.asm.ClassReader
Returns the internal names of the class's interfaces (see getInternalName).
getInternalName() - Method in class org.objectweb.asm.Type
Returns the internal name of the class corresponding to this object or array type.
getInternalName(Class) - Static method in class org.objectweb.asm.Type
Returns the internal name of the given class.
getItem(int) - Method in class org.objectweb.asm.ClassReader
Returns the start index of the constant pool item in b, plus one.
getLabels() - Method in class org.objectweb.asm.Attribute
Returns the labels corresponding to this attribute.
getMethodDescriptor(Type, Type[]) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getMethodDescriptor(Method) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given method.
getObjectType(String) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the given internal name.
getOffset() - Method in class org.objectweb.asm.Label
Returns the offset corresponding to this label.
getOpcode(int) - Method in class org.objectweb.asm.Type
Returns a JVM instruction opcode adapted to this Java type.
getReturnType(String) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method descriptor.
getReturnType(Method) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method.
getSize() - Method in class org.objectweb.asm.Type
Returns the size of values of this type.
getSort() - Method in class org.objectweb.asm.Type
Returns the sort of this Java type.
GETSTATIC - Static variable in interface org.objectweb.asm.Opcodes
 
getSuperName() - Method in class org.objectweb.asm.ClassReader
Returns the internal of name of the super class (see getInternalName).
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
Send "properties" command to target VM.
getType(String) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the given type descriptor.
getType(Class) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the given class.
GOTO - Static variable in interface org.objectweb.asm.Opcodes
 

H

hashCode() - Method in class com.sun.tools.attach.VirtualMachine
Returns a hash-code value for this VirtualMachine.
hashCode() - Method in class com.sun.tools.attach.VirtualMachineDescriptor
Returns a hash-code value for this VirtualMachineDescriptor.
hashCode() - Method in class org.objectweb.asm.Type
Returns a hash code value for this type.
header - Variable in class org.objectweb.asm.ClassReader
Start index of the class header information (access, name...) in b.
heapHisto(Object...) - Method in class sun.tools.attach.HotSpotVirtualMachine
 
HotSpotVirtualMachine - Class in sun.tools.attach
The HotSpot implementation of com.sun.tools.attach.VirtualMachine.

I

I2B - Static variable in interface org.objectweb.asm.Opcodes
 
I2C - Static variable in interface org.objectweb.asm.Opcodes
 
I2D - Static variable in interface org.objectweb.asm.Opcodes
 
I2F - Static variable in interface org.objectweb.asm.Opcodes
 
I2L - Static variable in interface org.objectweb.asm.Opcodes
 
I2S - Static variable in interface org.objectweb.asm.Opcodes
 
IADD - Static variable in interface org.objectweb.asm.Opcodes
 
IALOAD - Static variable in interface org.objectweb.asm.Opcodes
 
IAND - Static variable in interface org.objectweb.asm.Opcodes
 
IASTORE - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_0 - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_1 - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_2 - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_3 - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_4 - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_5 - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_M1 - Static variable in interface org.objectweb.asm.Opcodes
 
id() - Method in class com.sun.tools.attach.VirtualMachine
Returns the identifier for this Java virtual machine.
id() - Method in class com.sun.tools.attach.VirtualMachineDescriptor
Return the identifier component of this descriptor.
IDIV - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ACMPEQ - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ACMPNE - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ICMPEQ - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ICMPGE - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ICMPGT - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ICMPLE - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ICMPLT - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ICMPNE - Static variable in interface org.objectweb.asm.Opcodes
 
IFEQ - Static variable in interface org.objectweb.asm.Opcodes
 
IFGE - Static variable in interface org.objectweb.asm.Opcodes
 
IFGT - Static variable in interface org.objectweb.asm.Opcodes
 
IFLE - Static variable in interface org.objectweb.asm.Opcodes
 
IFLT - Static variable in interface org.objectweb.asm.Opcodes
 
IFNE - Static variable in interface org.objectweb.asm.Opcodes
 
IFNONNULL - Static variable in interface org.objectweb.asm.Opcodes
 
IFNULL - Static variable in interface org.objectweb.asm.Opcodes
 
IINC - Static variable in interface org.objectweb.asm.Opcodes
 
ILOAD - Static variable in interface org.objectweb.asm.Opcodes
 
IMUL - Static variable in interface org.objectweb.asm.Opcodes
 
INEG - Static variable in interface org.objectweb.asm.Opcodes
 
info - Variable in class org.objectweb.asm.Label
Field used to associate user information to a label.
initialize(Class<?>) - Static method in class org.powermock.modules.agent.support.PowerMockAgentTestInitializer
 
initializeIfNeeded() - Static method in class org.powermock.modules.agent.PowerMockAgent
 
initializeIfPossible() - Static method in class org.powermock.modules.agent.PowerMockAgent
 
INSTANCEOF - Static variable in interface org.objectweb.asm.Opcodes
 
instrumentation() - Static method in class org.powermock.modules.agent.PowerMockAgent
 
INT - Static variable in class org.objectweb.asm.Type
The sort of the int type.
INT_TYPE - Static variable in class org.objectweb.asm.Type
The int type.
INTEGER - Static variable in interface org.objectweb.asm.Opcodes
 
INVOKEDYNAMIC - Static variable in interface org.objectweb.asm.Opcodes
 
INVOKEDYNAMIC_OWNER - Static variable in interface org.objectweb.asm.Opcodes
Represents a owner of an invokedynamic call.
INVOKEINTERFACE - Static variable in interface org.objectweb.asm.Opcodes
 
INVOKESPECIAL - Static variable in interface org.objectweb.asm.Opcodes
 
INVOKESTATIC - Static variable in interface org.objectweb.asm.Opcodes
 
INVOKEVIRTUAL - Static variable in interface org.objectweb.asm.Opcodes
 
IOR - Static variable in interface org.objectweb.asm.Opcodes
 
IREM - Static variable in interface org.objectweb.asm.Opcodes
 
IRETURN - Static variable in interface org.objectweb.asm.Opcodes
 
isCodeAttribute() - Method in class org.objectweb.asm.Attribute
Returns true if this type of attribute is a code attribute.
ISHL - Static variable in interface org.objectweb.asm.Opcodes
 
ISHR - Static variable in interface org.objectweb.asm.Opcodes
 
isJava6OrLater() - Static method in class org.powermock.modules.agent.PowerMockAgent
 
ISTORE - Static variable in interface org.objectweb.asm.Opcodes
 
ISUB - Static variable in interface org.objectweb.asm.Opcodes
 
isUnknown() - Method in class org.objectweb.asm.Attribute
Returns true if this type of attribute is unknown.
IUSHR - Static variable in interface org.objectweb.asm.Opcodes
 
IXOR - Static variable in interface org.objectweb.asm.Opcodes
 

J

JSR - Static variable in interface org.objectweb.asm.Opcodes
 

L

L2D - Static variable in interface org.objectweb.asm.Opcodes
 
L2F - Static variable in interface org.objectweb.asm.Opcodes
 
L2I - Static variable in interface org.objectweb.asm.Opcodes
 
Label - Class in org.objectweb.asm
A label represents a position in the bytecode of a method.
Label() - Constructor for class org.objectweb.asm.Label
Constructs a new label.
LADD - Static variable in interface org.objectweb.asm.Opcodes
 
LALOAD - Static variable in interface org.objectweb.asm.Opcodes
 
LAND - Static variable in interface org.objectweb.asm.Opcodes
 
LASTORE - Static variable in interface org.objectweb.asm.Opcodes
 
LCMP - Static variable in interface org.objectweb.asm.Opcodes
 
LCONST_0 - Static variable in interface org.objectweb.asm.Opcodes
 
LCONST_1 - Static variable in interface org.objectweb.asm.Opcodes
 
LDC - Static variable in interface org.objectweb.asm.Opcodes
 
LDIV - Static variable in interface org.objectweb.asm.Opcodes
 
LinuxVirtualMachine - Class in sun.tools.attach
Linux implementation of HotSpotVirtualMachine.
LinuxVirtualMachine(AttachProvider, String) - Constructor for class sun.tools.attach.LinuxVirtualMachine
Attaches to the target VM.
list() - Static method in class com.sun.tools.attach.VirtualMachine
Return a list of Java virtual machines.
listVirtualMachines() - Method in class com.sun.tools.attach.spi.AttachProvider
Lists the Java virtual machines known to this provider.
LLOAD - Static variable in interface org.objectweb.asm.Opcodes
 
LMUL - Static variable in interface org.objectweb.asm.Opcodes
 
LNEG - Static variable in interface org.objectweb.asm.Opcodes
 
loadAgent(String, String) - Method in class com.sun.tools.attach.VirtualMachine
Loads an agent.
loadAgent(String) - Method in class com.sun.tools.attach.VirtualMachine
Loads an agent.
loadAgent(String, String) - Method in class sun.tools.attach.HotSpotVirtualMachine
Load JPLIS agent which will load the agent JAR file and invoke the agentmain method.
loadAgentLibrary(String, String) - Method in class com.sun.tools.attach.VirtualMachine
Loads an agent library.
loadAgentLibrary(String) - Method in class com.sun.tools.attach.VirtualMachine
Loads an agent library.
loadAgentLibrary(String, String) - Method in class sun.tools.attach.HotSpotVirtualMachine
Load agent library - library name will be expanded in target VM.
loadAgentPath(String, String) - Method in class com.sun.tools.attach.VirtualMachine
Load a native agent library by full pathname.
loadAgentPath(String) - Method in class com.sun.tools.attach.VirtualMachine
Load a native agent library by full pathname.
loadAgentPath(String, String) - Method in class sun.tools.attach.HotSpotVirtualMachine
Load agent - absolute path of library provided to target VM.
localDataDump() - Method in class sun.tools.attach.HotSpotVirtualMachine
 
LONG - Static variable in interface org.objectweb.asm.Opcodes
 
LONG - Static variable in class org.objectweb.asm.Type
The sort of the long type.
LONG_TYPE - Static variable in class org.objectweb.asm.Type
The long type.
LOOKUPSWITCH - Static variable in interface org.objectweb.asm.Opcodes
 
LOR - Static variable in interface org.objectweb.asm.Opcodes
 
LREM - Static variable in interface org.objectweb.asm.Opcodes
 
LRETURN - Static variable in interface org.objectweb.asm.Opcodes
 
LSHL - Static variable in interface org.objectweb.asm.Opcodes
 
LSHR - Static variable in interface org.objectweb.asm.Opcodes
 
LSTORE - Static variable in interface org.objectweb.asm.Opcodes
 
LSUB - Static variable in interface org.objectweb.asm.Opcodes
 
LUSHR - Static variable in interface org.objectweb.asm.Opcodes
 
LXOR - Static variable in interface org.objectweb.asm.Opcodes
 

M

MethodAdapter - Class in org.objectweb.asm
An empty MethodVisitor that delegates to another MethodVisitor.
MethodAdapter(MethodVisitor) - Constructor for class org.objectweb.asm.MethodAdapter
Constructs a new MethodAdapter object.
MethodVisitor - Interface in org.objectweb.asm
A visitor to visit a Java method.
MONITORENTER - Static variable in interface org.objectweb.asm.Opcodes
 
MONITOREXIT - Static variable in interface org.objectweb.asm.Opcodes
 
MULTIANEWARRAY - Static variable in interface org.objectweb.asm.Opcodes
 
mv - Variable in class org.objectweb.asm.MethodAdapter
The MethodVisitor to which this adapter delegates calls.

N

name() - Method in class com.sun.tools.attach.spi.AttachProvider
Return this provider's name.
NEW - Static variable in interface org.objectweb.asm.Opcodes
 
NEWARRAY - Static variable in interface org.objectweb.asm.Opcodes
 
newClass(String) - Method in class org.objectweb.asm.ClassWriter
Adds a class reference to the constant pool of the class being build.
newConst(Object) - Method in class org.objectweb.asm.ClassWriter
Adds a number or string constant to the constant pool of the class being build.
newField(String, String, String) - Method in class org.objectweb.asm.ClassWriter
Adds a field reference to the constant pool of the class being build.
newMethod(String, String, String, boolean) - Method in class org.objectweb.asm.ClassWriter
Adds a method reference to the constant pool of the class being build.
newNameType(String, String) - Method in class org.objectweb.asm.ClassWriter
Adds a name and type to the constant pool of the class being build.
newUTF8(String) - Method in class org.objectweb.asm.ClassWriter
Adds an UTF8 string to the constant pool of the class being build.
NOP - Static variable in interface org.objectweb.asm.Opcodes
 
NULL - Static variable in interface org.objectweb.asm.Opcodes
 

O

OBJECT - Static variable in class org.objectweb.asm.Type
The sort of object reference type.
Opcodes - Interface in org.objectweb.asm
Defines the JVM opcodes, access flags and array type codes.
org.objectweb.asm - package org.objectweb.asm
 
org.powermock.modules.agent - package org.powermock.modules.agent
 
org.powermock.modules.agent.support - package org.powermock.modules.agent.support
 

P

POP - Static variable in interface org.objectweb.asm.Opcodes
 
POP2 - Static variable in interface org.objectweb.asm.Opcodes
 
PowerMockAgent - Class in org.powermock.modules.agent
This is the "agent class" that initializes the PowerMock "Java agent".
PowerMockAgentTestInitializer - Class in org.powermock.modules.agent.support
 
PowerMockAgentTestInitializer() - Constructor for class org.powermock.modules.agent.support.PowerMockAgentTestInitializer
 
PowerMockClassRedefiner - Class in org.powermock.modules.agent
 
PowerMockClassRedefiner() - Constructor for class org.powermock.modules.agent.PowerMockClassRedefiner
 
premain(String, Instrumentation) - Static method in class org.powermock.modules.agent.PowerMockAgent
This method must only be called by the JVM, to provide the instrumentation object.
printFlag(String) - Method in class sun.tools.attach.HotSpotVirtualMachine
 
provider() - Method in class com.sun.tools.attach.VirtualMachine
Returns the provider that created this virtual machine.
provider() - Method in class com.sun.tools.attach.VirtualMachineDescriptor
Return the AttachProvider that this descriptor references.
providers() - Static method in class com.sun.tools.attach.spi.AttachProvider
Returns a list of the installed attach providers.
putByte(int) - Method in class org.objectweb.asm.ByteVector
Puts a byte into this byte vector.
putByteArray(byte[], int, int) - Method in class org.objectweb.asm.ByteVector
Puts an array of bytes into this byte vector.
PUTFIELD - Static variable in interface org.objectweb.asm.Opcodes
 
putInt(int) - Method in class org.objectweb.asm.ByteVector
Puts an int into this byte vector.
putLong(long) - Method in class org.objectweb.asm.ByteVector
Puts a long into this byte vector.
putShort(int) - Method in class org.objectweb.asm.ByteVector
Puts a short into this byte vector.
PUTSTATIC - Static variable in interface org.objectweb.asm.Opcodes
 
putUTF8(String) - Method in class org.objectweb.asm.ByteVector
Puts an UTF8 string into this byte vector.

R

read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.Attribute
Reads a type attribute.
readByte(int) - Method in class org.objectweb.asm.ClassReader
Reads a byte value in b.
readClass(int, char[]) - Method in class org.objectweb.asm.ClassReader
Reads a class constant pool item in b.
readConst(int, char[]) - Method in class org.objectweb.asm.ClassReader
Reads a numeric or string constant pool item in b.
readInt(int) - Method in class org.objectweb.asm.ClassReader
Reads a signed int value in b.
readLabel(int, Label[]) - Method in class org.objectweb.asm.ClassReader
Returns the label corresponding to the given offset.
readLong(int) - Method in class org.objectweb.asm.ClassReader
Reads a signed long value in b.
readShort(int) - Method in class org.objectweb.asm.ClassReader
Reads a signed short value in b.
readUnsignedShort(int) - Method in class org.objectweb.asm.ClassReader
Reads an unsigned short value in b.
readUTF8(int, char[]) - Method in class org.objectweb.asm.ClassReader
Reads an UTF8 string constant pool item in b.
redefine(Class<?>) - Static method in class org.powermock.modules.agent.PowerMockClassRedefiner
 
redefine(String) - Static method in class org.powermock.modules.agent.PowerMockClassRedefiner
 
redefine(String[]) - Static method in class org.powermock.modules.agent.PowerMockClassRedefiner
 
remoteDataDump(Object...) - Method in class sun.tools.attach.HotSpotVirtualMachine
 
RET - Static variable in interface org.objectweb.asm.Opcodes
 
RETURN - Static variable in interface org.objectweb.asm.Opcodes
 
returnValue() - Method in exception com.sun.tools.attach.AgentInitializationException
If the exception was created with the return value from the agent Agent_OnAttach function then this returns that value, otherwise returns 0.

S

SALOAD - Static variable in interface org.objectweb.asm.Opcodes
 
SASTORE - Static variable in interface org.objectweb.asm.Opcodes
 
setFlag(String, String) - Method in class sun.tools.attach.HotSpotVirtualMachine
 
SHORT - Static variable in class org.objectweb.asm.Type
The sort of the short type.
SHORT_TYPE - Static variable in class org.objectweb.asm.Type
The short type.
shouldIgnore(String) - Method in class org.powermock.modules.agent.AbstractClassTransformer
 
SIPUSH - Static variable in interface org.objectweb.asm.Opcodes
 
SKIP_CODE - Static variable in class org.objectweb.asm.ClassReader
Flag to skip method code.
SKIP_DEBUG - Static variable in class org.objectweb.asm.ClassReader
Flag to skip the debug information in the class.
SKIP_FRAMES - Static variable in class org.objectweb.asm.ClassReader
Flag to skip the stack map frames in the class.
STARTS_WITH_IGNORED - Static variable in class org.powermock.modules.agent.AbstractClassTransformer
 
sun.tools.attach - package sun.tools.attach
 
SWAP - Static variable in interface org.objectweb.asm.Opcodes
 

T

T_BOOLEAN - Static variable in interface org.objectweb.asm.Opcodes
 
T_BYTE - Static variable in interface org.objectweb.asm.Opcodes
 
T_CHAR - Static variable in interface org.objectweb.asm.Opcodes
 
T_DOUBLE - Static variable in interface org.objectweb.asm.Opcodes
 
T_FLOAT - Static variable in interface org.objectweb.asm.Opcodes
 
T_INT - Static variable in interface org.objectweb.asm.Opcodes
 
T_LONG - Static variable in interface org.objectweb.asm.Opcodes
 
T_SHORT - Static variable in interface org.objectweb.asm.Opcodes
 
TABLESWITCH - Static variable in interface org.objectweb.asm.Opcodes
 
toByteArray() - Method in class org.objectweb.asm.ClassWriter
Returns the bytecode of the class that was build with this class writer.
TOP - Static variable in interface org.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.objectweb.asm.Label
Returns a string representation of this label.
toString() - Method in class org.objectweb.asm.Type
Returns a string representation of this type.
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.objectweb.asm.Attribute
The type of this attribute.
Type - Class in org.objectweb.asm
A Java type.

U

UNINITIALIZED_THIS - Static variable in interface org.objectweb.asm.Opcodes
 

V

V1_1 - Static variable in interface org.objectweb.asm.Opcodes
 
V1_2 - Static variable in interface org.objectweb.asm.Opcodes
 
V1_3 - Static variable in interface org.objectweb.asm.Opcodes
 
V1_4 - Static variable in interface org.objectweb.asm.Opcodes
 
V1_5 - Static variable in interface org.objectweb.asm.Opcodes
 
V1_6 - Static variable in interface org.objectweb.asm.Opcodes
 
V1_7 - Static variable in interface org.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.objectweb.asm.AnnotationVisitor
Visits a primitive value of the annotation.
visit(int, int, String, String, String, String[]) - Method in class org.objectweb.asm.ClassAdapter
 
visit(int, int, String, String, String, String[]) - Method in interface org.objectweb.asm.ClassVisitor
Visits the header of the class.
visit(int, int, String, String, String, String[]) - Method in class org.objectweb.asm.ClassWriter
 
visitAnnotation(String, String) - Method in interface org.objectweb.asm.AnnotationVisitor
Visits a nested annotation value of the annotation.
visitAnnotation(String, boolean) - Method in class org.objectweb.asm.ClassAdapter
 
visitAnnotation(String, boolean) - Method in interface org.objectweb.asm.ClassVisitor
Visits an annotation of the class.
visitAnnotation(String, boolean) - Method in class org.objectweb.asm.ClassWriter
 
visitAnnotation(String, boolean) - Method in interface org.objectweb.asm.FieldVisitor
Visits an annotation of the field.
visitAnnotation(String, boolean) - Method in class org.objectweb.asm.MethodAdapter
 
visitAnnotation(String, boolean) - Method in interface org.objectweb.asm.MethodVisitor
Visits an annotation of this method.
visitAnnotationDefault() - Method in class org.objectweb.asm.MethodAdapter
 
visitAnnotationDefault() - Method in interface org.objectweb.asm.MethodVisitor
Visits the default value of this annotation interface method.
visitArray(String) - Method in interface org.objectweb.asm.AnnotationVisitor
Visits an array value of the annotation.
visitAttribute(Attribute) - Method in class org.objectweb.asm.ClassAdapter
 
visitAttribute(Attribute) - Method in interface org.objectweb.asm.ClassVisitor
Visits a non standard attribute of the class.
visitAttribute(Attribute) - Method in class org.objectweb.asm.ClassWriter
 
visitAttribute(Attribute) - Method in interface org.objectweb.asm.FieldVisitor
Visits a non standard attribute of the field.
visitAttribute(Attribute) - Method in class org.objectweb.asm.MethodAdapter
 
visitAttribute(Attribute) - Method in interface org.objectweb.asm.MethodVisitor
Visits a non standard attribute of this method.
visitCode() - Method in class org.objectweb.asm.MethodAdapter
 
visitCode() - Method in interface org.objectweb.asm.MethodVisitor
Starts the visit of the method's code, if any (i.e.
visitEnd() - Method in interface org.objectweb.asm.AnnotationVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.asm.ClassAdapter
 
visitEnd() - Method in interface org.objectweb.asm.ClassVisitor
Visits the end of the class.
visitEnd() - Method in class org.objectweb.asm.ClassWriter
 
visitEnd() - Method in interface org.objectweb.asm.FieldVisitor
Visits the end of the field.
visitEnd() - Method in class org.objectweb.asm.MethodAdapter
 
visitEnd() - Method in interface org.objectweb.asm.MethodVisitor
Visits the end of the method.
visitEnum(String, String, String) - Method in interface org.objectweb.asm.AnnotationVisitor
Visits an enumeration value of the annotation.
visitField(int, String, String, String, Object) - Method in class org.objectweb.asm.ClassAdapter
 
visitField(int, String, String, String, Object) - Method in interface org.objectweb.asm.ClassVisitor
Visits a field of the class.
visitField(int, String, String, String, Object) - Method in class org.objectweb.asm.ClassWriter
 
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.MethodAdapter
 
visitFieldInsn(int, String, String, String) - Method in interface org.objectweb.asm.MethodVisitor
Visits a field instruction.
visitFrame(int, int, Object[], int, Object[]) - Method in class org.objectweb.asm.MethodAdapter
 
visitFrame(int, int, Object[], int, Object[]) - Method in interface org.objectweb.asm.MethodVisitor
Visits the current state of the local variables and operand stack elements.
visitIincInsn(int, int) - Method in class org.objectweb.asm.MethodAdapter
 
visitIincInsn(int, int) - Method in interface org.objectweb.asm.MethodVisitor
Visits an IINC instruction.
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.ClassAdapter
 
visitInnerClass(String, String, String, int) - Method in interface org.objectweb.asm.ClassVisitor
Visits information about an inner class.
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.ClassWriter
 
visitInsn(int) - Method in class org.objectweb.asm.MethodAdapter
 
visitInsn(int) - Method in interface org.objectweb.asm.MethodVisitor
Visits a zero operand instruction.
visitIntInsn(int, int) - Method in class org.objectweb.asm.MethodAdapter
 
visitIntInsn(int, int) - Method in interface org.objectweb.asm.MethodVisitor
Visits an instruction with a single int operand.
visitJumpInsn(int, Label) - Method in class org.objectweb.asm.MethodAdapter
 
visitJumpInsn(int, Label) - Method in interface org.objectweb.asm.MethodVisitor
Visits a jump instruction.
visitLabel(Label) - Method in class org.objectweb.asm.MethodAdapter
 
visitLabel(Label) - Method in interface org.objectweb.asm.MethodVisitor
Visits a label.
visitLdcInsn(Object) - Method in class org.objectweb.asm.MethodAdapter
 
visitLdcInsn(Object) - Method in interface org.objectweb.asm.MethodVisitor
Visits a LDC instruction.
visitLineNumber(int, Label) - Method in class org.objectweb.asm.MethodAdapter
 
visitLineNumber(int, Label) - Method in interface org.objectweb.asm.MethodVisitor
Visits a line number declaration.
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.objectweb.asm.MethodAdapter
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in interface org.objectweb.asm.MethodVisitor
Visits a local variable declaration.
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.MethodAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in interface org.objectweb.asm.MethodVisitor
Visits a LOOKUPSWITCH instruction.
visitMaxs(int, int) - Method in class org.objectweb.asm.MethodAdapter
 
visitMaxs(int, int) - Method in interface org.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.objectweb.asm.ClassAdapter
 
visitMethod(int, String, String, String, String[]) - Method in interface org.objectweb.asm.ClassVisitor
Visits a method of the class.
visitMethod(int, String, String, String, String[]) - Method in class org.objectweb.asm.ClassWriter
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.MethodAdapter
 
visitMethodInsn(int, String, String, String) - Method in interface org.objectweb.asm.MethodVisitor
Visits a method instruction.
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.MethodAdapter
 
visitMultiANewArrayInsn(String, int) - Method in interface org.objectweb.asm.MethodVisitor
Visits a MULTIANEWARRAY instruction.
visitOuterClass(String, String, String) - Method in class org.objectweb.asm.ClassAdapter
 
visitOuterClass(String, String, String) - Method in interface org.objectweb.asm.ClassVisitor
Visits the enclosing class of the class.
visitOuterClass(String, String, String) - Method in class org.objectweb.asm.ClassWriter
 
visitParameterAnnotation(int, String, boolean) - Method in class org.objectweb.asm.MethodAdapter
 
visitParameterAnnotation(int, String, boolean) - Method in interface org.objectweb.asm.MethodVisitor
Visits an annotation of a parameter this method.
visitSource(String, String) - Method in class org.objectweb.asm.ClassAdapter
 
visitSource(String, String) - Method in interface org.objectweb.asm.ClassVisitor
Visits the source of the class.
visitSource(String, String) - Method in class org.objectweb.asm.ClassWriter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.MethodAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in interface org.objectweb.asm.MethodVisitor
Visits a TABLESWITCH instruction.
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.MethodAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in interface org.objectweb.asm.MethodVisitor
Visits a try catch block.
visitTypeInsn(int, String) - Method in class org.objectweb.asm.MethodAdapter
 
visitTypeInsn(int, String) - Method in interface org.objectweb.asm.MethodVisitor
Visits a type instruction.
visitVarInsn(int, int) - Method in class org.objectweb.asm.MethodAdapter
 
visitVarInsn(int, int) - Method in interface org.objectweb.asm.MethodVisitor
Visits a local variable instruction.
VOID - Static variable in class org.objectweb.asm.Type
The sort of the void type.
VOID_TYPE - Static variable in class org.objectweb.asm.Type
The void type.

W

WindowsVirtualMachine - Class in sun.tools.attach
 
WindowsVirtualMachine(AttachProvider, String) - Constructor for class sun.tools.attach.WindowsVirtualMachine
 
write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.Attribute
Returns the byte array form of this attribute.

A B C D E F G H I J L M N O P R S T U V W

Copyright © 2007-2013. All Rights Reserved.