Uses of Interface
net.sf.cglib.core.ProcessArrayCallback
-
Packages that use ProcessArrayCallback Package Description net.sf.cglib.core -
-
Uses of ProcessArrayCallback in net.sf.cglib.core
Methods in net.sf.cglib.core with parameters of type ProcessArrayCallback Modifier and Type Method Description private static void
EmitUtils. append_string_helper(CodeEmitter e, org.objectweb.asm.Type type, EmitUtils.ArrayDelimiters delims, CustomizerRegistry registry, ProcessArrayCallback callback)
private static void
EmitUtils. not_equals_helper(CodeEmitter e, org.objectweb.asm.Type type, org.objectweb.asm.Label notEquals, CustomizerRegistry registry, ProcessArrayCallback callback)
static void
EmitUtils. process_array(CodeEmitter e, org.objectweb.asm.Type type, ProcessArrayCallback callback)
Process an array on the stack.static void
EmitUtils. process_arrays(CodeEmitter e, org.objectweb.asm.Type type, ProcessArrayCallback callback)
Process two arrays on the stack in parallel.
-