public class ASMUtils
extends java.lang.Object
| Constructor and Description |
|---|
ASMUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.objectweb.asm.tree.ClassNode |
fromBytes(byte[] bytes) |
static org.objectweb.asm.tree.ClassNode |
remap(org.objectweb.asm.tree.ClassNode classNode,
org.objectweb.asm.commons.Remapper remapper) |
static java.lang.String |
remap(PackageRemapper remapper,
java.lang.String s) |
static byte[] |
toBytes(org.objectweb.asm.tree.ClassNode node) |
public static org.objectweb.asm.tree.ClassNode fromBytes(byte[] bytes)
public static byte[] toBytes(org.objectweb.asm.tree.ClassNode node)
public static org.objectweb.asm.tree.ClassNode remap(org.objectweb.asm.tree.ClassNode classNode,
org.objectweb.asm.commons.Remapper remapper)
@Nullable public static java.lang.String remap(PackageRemapper remapper, java.lang.String s)