Uses of Interface
net.sf.cglib.core.ObjectSwitchCallback
-
Packages that use ObjectSwitchCallback Package Description net.sf.cglib.core -
-
Uses of ObjectSwitchCallback in net.sf.cglib.core
Methods in net.sf.cglib.core with parameters of type ObjectSwitchCallback Modifier and Type Method Description static void
EmitUtils. constructor_switch(CodeEmitter e, java.util.List constructors, ObjectSwitchCallback callback)
static void
EmitUtils. method_switch(CodeEmitter e, java.util.List methods, ObjectSwitchCallback callback)
static void
EmitUtils. string_switch(CodeEmitter e, java.lang.String[] strings, int switchStyle, ObjectSwitchCallback callback)
-