Package org.jctools.channels.proxy
Class LocalsHelper
- java.lang.Object
-
- org.jctools.channels.proxy.LocalsHelper
-
public final class LocalsHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
nextLocalIndex
-
Constructor Summary
Constructors Modifier Constructor Description private
LocalsHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
newLocal
public int newLocal(java.lang.Class<?> cls)
-
newLocal
private int newLocal(org.objectweb.asm.Type type)
-
forStaticMethod
public static LocalsHelper forStaticMethod()
-
forInstanceMethod
public static LocalsHelper forInstanceMethod()
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-