Uses of Interface
org.springframework.cglib.core.ProcessArrayCallback
Packages that use ProcessArrayCallback
-
Uses of ProcessArrayCallback in org.springframework.cglib.core
Methods in org.springframework.cglib.core with parameters of type ProcessArrayCallbackModifier and TypeMethodDescriptionstatic voidEmitUtils.process_array(CodeEmitter e, Type type, ProcessArrayCallback callback) Process an array on the stack.static voidEmitUtils.process_arrays(CodeEmitter e, Type type, ProcessArrayCallback callback) Process two arrays on the stack in parallel.