Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
P
PARAMETERS_DECLARATION
- Static variable in class org.objectweb.asm.util.
TraceAbstractVisitor
Constant used in
appendDescriptor
for method parameter signatures, formatted in default Java notation (non-bytecode)
pop()
- Method in class org.objectweb.asm.commons.
GeneratorAdapter
Generates a POP instruction.
POP
- Static variable in interface org.objectweb.asm.
Opcodes
pop()
- Method in class org.objectweb.asm.tree.analysis.
Frame
Pops a value from the operand stack of this frame.
pop2()
- Method in class org.objectweb.asm.commons.
GeneratorAdapter
Generates a POP2 instruction.
POP2
- Static variable in interface org.objectweb.asm.
Opcodes
print(PrintWriter)
- Method in class org.objectweb.asm.util.
AbstractVisitor
Prints the text constructed by this visitor.
process()
- Method in class org.objectweb.asm.xml.
Processor
Processor
- Class in
org.objectweb.asm.xml
Processor is a command line tool that can be used for bytecode waving directed by XSL transformation.
Processor(int, int, InputStream, OutputStream, Source)
- Constructor for class org.objectweb.asm.xml.
Processor
push(boolean)
- Method in class org.objectweb.asm.commons.
GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(int)
- Method in class org.objectweb.asm.commons.
GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(long)
- Method in class org.objectweb.asm.commons.
GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(float)
- Method in class org.objectweb.asm.commons.
GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(double)
- Method in class org.objectweb.asm.commons.
GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(String)
- Method in class org.objectweb.asm.commons.
GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(Type)
- Method in class org.objectweb.asm.commons.
GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(Value)
- Method in class org.objectweb.asm.tree.analysis.
Frame
Pushes a value into the operand stack of this frame.
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(Type, String, Type)
- Method in class org.objectweb.asm.commons.
GeneratorAdapter
Generates the instruction to store the top stack value in a non static field.
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(Type, String, Type)
- Method in class org.objectweb.asm.commons.
GeneratorAdapter
Generates the instruction to store the top stack value in a static field.
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.
pw
- Variable in class org.objectweb.asm.util.
ASMifierClassVisitor
The print writer to be used to print the class.
pw
- Variable in class org.objectweb.asm.util.
TraceClassVisitor
The print writer to be used to print the class.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X