Uses of Interface
net.sf.cglib.core.ObjectSwitchCallback
Packages that use ObjectSwitchCallback
-
Uses of ObjectSwitchCallback in net.sf.cglib.core
Methods in net.sf.cglib.core with parameters of type ObjectSwitchCallbackModifier and TypeMethodDescriptionstatic voidEmitUtils.constructor_switch(CodeEmitter e, List constructors, ObjectSwitchCallback callback) static voidEmitUtils.method_switch(CodeEmitter e, List methods, ObjectSwitchCallback callback) static voidEmitUtils.string_switch(CodeEmitter e, String[] strings, int switchStyle, ObjectSwitchCallback callback)