Uses of Class
net.sf.cglib.core.Local
-
Packages that use Local Package Description net.sf.cglib.core -
-
Uses of Local in net.sf.cglib.core
Methods in net.sf.cglib.core that return Local Modifier and Type Method Description LocalCodeEmitter. make_local()LocalCodeEmitter. make_local(org.objectweb.asm.Type type)Methods in net.sf.cglib.core with parameters of type Local Modifier and Type Method Description voidCodeEmitter. iinc(Local local, int amount)voidCodeEmitter. load_local(Local local)voidCodeEmitter. store_local(Local local)
-