public final class LocalsHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
nextLocalIndex |
Modifier | Constructor and Description |
---|---|
private |
LocalsHelper() |
Modifier and Type | Method and Description |
---|---|
static LocalsHelper |
forInstanceMethod() |
static LocalsHelper |
forStaticMethod() |
static void |
main(java.lang.String[] args) |
int |
newLocal(java.lang.Class<?> cls) |
private int |
newLocal(org.objectweb.asm.Type type) |
public int newLocal(java.lang.Class<?> cls)
private int newLocal(org.objectweb.asm.Type type)
public static LocalsHelper forStaticMethod()
public static LocalsHelper forInstanceMethod()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception