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

M

main(String[]) - Static method in class org.objectweb.asm.optimizer.JarOptimizer
 
main(String[]) - Static method in class org.objectweb.asm.optimizer.Shrinker
 
main(String[]) - Static method in class org.objectweb.asm.util.ASMifierClassVisitor
Prints the ASM source code to generate the given class to the standard output.
main(String[]) - Static method in class org.objectweb.asm.util.CheckClassAdapter
Checks a given class.
main(String[]) - Static method in class org.objectweb.asm.util.TraceClassVisitor
Prints a disassembled view of the given class to the standard output.
main(String[]) - Static method in class org.objectweb.asm.xml.Processor
 
map(String) - Method in class org.objectweb.asm.commons.Remapper
Map type name to the new name.
map(String) - Method in class org.objectweb.asm.commons.SimpleRemapper
 
map(String) - Method in class org.objectweb.asm.optimizer.NameMapping
 
mapDesc(String) - Method in class org.objectweb.asm.commons.Remapper
 
mapFieldName(String, String, String) - Method in class org.objectweb.asm.commons.Remapper
Map field name to the new name.
mapFieldName(String, String, String) - Method in class org.objectweb.asm.commons.SimpleRemapper
 
mapMethodDesc(String) - Method in class org.objectweb.asm.commons.Remapper
 
mapMethodName(String, String, String) - Method in class org.objectweb.asm.commons.Remapper
Map method name to the new name.
mapMethodName(String, String, String) - Method in class org.objectweb.asm.commons.SimpleRemapper
 
mapSignature(String, boolean) - Method in class org.objectweb.asm.commons.Remapper
 
mapType(String) - Method in class org.objectweb.asm.commons.Remapper
 
mapTypes(String[]) - Method in class org.objectweb.asm.commons.Remapper
 
mapValue(Object) - Method in class org.objectweb.asm.commons.Remapper
 
mark(Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Marks the current code position with the given label.
mark() - Method in class org.objectweb.asm.commons.GeneratorAdapter
Marks the current code position with a new label.
math(int, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to do the specified mathematical or logical operation.
max - Variable in class org.objectweb.asm.tree.TableSwitchInsnNode
The maximum key value.
maxLocals - Variable in class org.objectweb.asm.tree.MethodNode
The maximum number of local variables of this method.
maxStack - Variable in class org.objectweb.asm.tree.MethodNode
The maximum stack size of this method.
MemberNode - Class in org.objectweb.asm.tree
An abstract class, field or method node.
MemberNode() - Constructor for class org.objectweb.asm.tree.MemberNode
Constructs a new MemberNode.
merge(Value, Value) - Method in class org.objectweb.asm.tree.analysis.BasicInterpreter
 
merge(Frame, Interpreter) - Method in class org.objectweb.asm.tree.analysis.Frame
Merges this frame with the given frame.
merge(Frame, boolean[]) - Method in class org.objectweb.asm.tree.analysis.Frame
Merges this frame with the given frame (case of a RET instruction).
merge(Value, Value) - Method in interface org.objectweb.asm.tree.analysis.Interpreter
Merges two values.
merge(Value, Value) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
 
merge(Value, Value) - Method in class org.objectweb.asm.tree.analysis.SourceInterpreter
 
Method - Class in org.objectweb.asm.commons
A named method descriptor.
Method(String, String) - Constructor for class org.objectweb.asm.commons.Method
Creates a new Method.
Method(String, Type, Type[]) - Constructor for class org.objectweb.asm.commons.Method
Creates a new Method.
METHOD_DESCRIPTOR - Static variable in class org.objectweb.asm.util.TraceAbstractVisitor
Constant used in appendDescriptor for method descriptors, formatted in bytecode notation
METHOD_INSN - Static variable in class org.objectweb.asm.tree.AbstractInsnNode
The type of MethodInsnNode instructions.
METHOD_SIGNATURE - Static variable in class org.objectweb.asm.util.CheckSignatureAdapter
Type to be used to check method signatures.
METHOD_SIGNATURE - Static variable in class org.objectweb.asm.util.TraceAbstractVisitor
Constant used in appendDescriptor for method signatures, formatted in bytecode notation
methodAccess - Variable in class org.objectweb.asm.commons.AdviceAdapter
 
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.
MethodConstantsCollector - Class in org.objectweb.asm.optimizer
An MethodVisitor that collects the Constants of the methods it visits.
MethodConstantsCollector(MethodVisitor, ConstantPool) - Constructor for class org.objectweb.asm.optimizer.MethodConstantsCollector
 
methodDesc - Variable in class org.objectweb.asm.commons.AdviceAdapter
 
MethodInsnNode - Class in org.objectweb.asm.tree
A node that represents a method instruction.
MethodInsnNode(int, String, String, String) - Constructor for class org.objectweb.asm.tree.MethodInsnNode
Constructs a new MethodInsnNode.
MethodNode - Class in org.objectweb.asm.tree
A node that represents a method.
MethodNode() - Constructor for class org.objectweb.asm.tree.MethodNode
Constructs an unitialized MethodNode.
MethodNode(int, String, String, String, String[]) - Constructor for class org.objectweb.asm.tree.MethodNode
Constructs a new MethodNode.
MethodOptimizer - Class in org.objectweb.asm.optimizer
A MethodAdapter that renames fields and methods, and removes debug info.
MethodOptimizer(int, String, MethodVisitor, Remapper) - Constructor for class org.objectweb.asm.optimizer.MethodOptimizer
 
methods - Variable in class org.objectweb.asm.tree.ClassNode
The methods of this class.
MethodVisitor - Interface in org.objectweb.asm
A visitor to visit a Java method.
min - Variable in class org.objectweb.asm.tree.TableSwitchInsnNode
The minimum key value.
monitorEnter() - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to get the monitor of the top stack value.
MONITORENTER - Static variable in interface org.objectweb.asm.Opcodes
 
monitorExit() - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to release the monitor of the top stack value.
MONITOREXIT - Static variable in interface org.objectweb.asm.Opcodes
 
MUL - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
Constant for the math method.
MULTI_XML - Static variable in class org.objectweb.asm.xml.Processor
 
MULTIANEWARRAY - Static variable in interface org.objectweb.asm.Opcodes
 
MULTIANEWARRAY_INSN - Static variable in class org.objectweb.asm.tree.AbstractInsnNode
The type of MultiANewArrayInsnNode instructions.
MultiANewArrayInsnNode - Class in org.objectweb.asm.tree
A node that represents a MULTIANEWARRAY instruction.
MultiANewArrayInsnNode(String, int) - Constructor for class org.objectweb.asm.tree.MultiANewArrayInsnNode
Constructs a new MultiANewArrayInsnNode.
mv - Variable in class org.objectweb.asm.MethodAdapter
The MethodVisitor to which this adapter delegates calls.
mv - Variable in class org.objectweb.asm.util.TraceMethodVisitor
The MethodVisitor to which this visitor delegates calls.

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