public class ASMUtil
extends java.lang.Object
| Constructor and Description |
|---|
ASMUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getFreeVarIndex(org.objectweb.asm.tree.MethodNode methodNode) |
static org.objectweb.asm.tree.MethodNode |
getMethod(org.objectweb.asm.tree.ClassNode classNode,
java.lang.String name,
java.lang.String desc) |
static boolean |
hasMethod(org.objectweb.asm.tree.ClassNode classNode,
java.lang.String name,
java.lang.String desc) |
public static int getFreeVarIndex(org.objectweb.asm.tree.MethodNode methodNode)
public static boolean hasMethod(org.objectweb.asm.tree.ClassNode classNode,
java.lang.String name,
java.lang.String desc)
public static org.objectweb.asm.tree.MethodNode getMethod(org.objectweb.asm.tree.ClassNode classNode,
java.lang.String name,
java.lang.String desc)