- map(String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps the internal name of a class to its new name.
- map(String) - Method in class org.objectweb.asm.commons.SimpleRemapper
-
- mapDesc(String) - Method in class org.objectweb.asm.commons.Remapper
-
- mapFieldName(String, String, String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps a field name to its new name.
- mapFieldName(String, String, String) - Method in class org.objectweb.asm.commons.SimpleRemapper
-
- mapInvokeDynamicMethodName(String, String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps an invokedynamic method name to its new name.
- mapInvokeDynamicMethodName(String, String) - Method in class org.objectweb.asm.commons.SimpleRemapper
-
- mapMethodDesc(String) - Method in class org.objectweb.asm.commons.Remapper
-
Returns the given method descriptor, with its argument and return type descriptors remapped
with
Remapper.mapDesc(String)
.
- mapMethodName(String, String, String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps a method name to its new name.
- mapMethodName(String, String, String) - Method in class org.objectweb.asm.commons.SimpleRemapper
-
- mapModuleName(String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps a module name to its new name.
- mapPackageName(String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps a package name to its new name.
- 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
-
Returns the given value, remapped with this 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.
- mark(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
- math(int, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to do the specified mathematical or logical operation.
- Method - Class in org.objectweb.asm.commons
-
A named method descriptor.
- Method(String, String) - Constructor for class org.objectweb.asm.commons.Method
-
- Method(String, Type, Type[]) - Constructor for class org.objectweb.asm.commons.Method
-
- methodAccess - Variable in class org.objectweb.asm.commons.AdviceAdapter
-
The access flags of the visited method.
- methodDesc - Variable in class org.objectweb.asm.commons.AdviceAdapter
-
The descriptor of the visited method.
- MethodRemapper - Class in org.objectweb.asm.commons
-
A
MethodVisitor
that remaps types with a
Remapper
.
- MethodRemapper(MethodVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.MethodRemapper
-
- MethodRemapper(int, MethodVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.MethodRemapper
-
- ModuleHashesAttribute - Class in org.objectweb.asm.commons
-
A ModuleHashes attribute.
- ModuleHashesAttribute(String, List<String>, List<byte[]>) - Constructor for class org.objectweb.asm.commons.ModuleHashesAttribute
-
- ModuleHashesAttribute() - Constructor for class org.objectweb.asm.commons.ModuleHashesAttribute
-
- ModuleRemapper - Class in org.objectweb.asm.commons
-
A
ModuleVisitor
that remaps types with a
Remapper
.
- ModuleRemapper(ModuleVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.ModuleRemapper
-
- ModuleRemapper(int, ModuleVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.ModuleRemapper
-
- ModuleResolutionAttribute - Class in org.objectweb.asm.commons
-
A ModuleResolution attribute.
- ModuleResolutionAttribute(int) - Constructor for class org.objectweb.asm.commons.ModuleResolutionAttribute
-
- ModuleResolutionAttribute() - Constructor for class org.objectweb.asm.commons.ModuleResolutionAttribute
-
- modules - Variable in class org.objectweb.asm.commons.ModuleHashesAttribute
-
A list of module names.
- ModuleTargetAttribute - Class in org.objectweb.asm.commons
-
A ModuleTarget attribute.
- ModuleTargetAttribute(String) - Constructor for class org.objectweb.asm.commons.ModuleTargetAttribute
-
- ModuleTargetAttribute() - Constructor for class org.objectweb.asm.commons.ModuleTargetAttribute
-
- monitorEnter() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to get the monitor of the top stack value.
- monitorenter() - Method in class org.objectweb.asm.commons.InstructionAdapter
-
- monitorExit() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to release the monitor of the top stack value.
- monitorexit() - Method in class org.objectweb.asm.commons.InstructionAdapter
-
- MUL - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
- mul(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
- multianewarray(String, int) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
- platform - Variable in class org.objectweb.asm.commons.ModuleTargetAttribute
-
The name of the platform on which the module can run.
- pop() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates a POP instruction.
- pop() - Method in class org.objectweb.asm.commons.InstructionAdapter
-
- pop2() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates a POP2 instruction.
- pop2() - Method in class org.objectweb.asm.commons.InstructionAdapter
-
- 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(Handle) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to push a handle on the stack.
- 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(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
- 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(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
-