Uses of Interface
net.sf.cglib.core.ObjectSwitchCallback
-
Packages that use ObjectSwitchCallback Package Description net.sf.cglib.core net.sf.cglib.reflect -
-
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 voidEmitUtils. constructor_switch(CodeEmitter e, java.util.List constructors, ObjectSwitchCallback callback)private static voidEmitUtils. member_helper_size(CodeEmitter e, java.util.List members, ObjectSwitchCallback callback, EmitUtils.ParameterTyper typer, org.objectweb.asm.Label def, org.objectweb.asm.Label end)private static voidEmitUtils. member_helper_type(CodeEmitter e, java.util.List members, ObjectSwitchCallback callback, EmitUtils.ParameterTyper typer, org.objectweb.asm.Label def, org.objectweb.asm.Label end, java.util.BitSet checked)private static voidEmitUtils. member_switch_helper(CodeEmitter e, java.util.List members, ObjectSwitchCallback callback, boolean useName)static voidEmitUtils. method_switch(CodeEmitter e, java.util.List methods, ObjectSwitchCallback callback)static voidEmitUtils. string_switch(CodeEmitter e, java.lang.String[] strings, int switchStyle, ObjectSwitchCallback callback)private static voidEmitUtils. string_switch_hash(CodeEmitter e, java.lang.String[] strings, ObjectSwitchCallback callback, boolean skipEquals)private static voidEmitUtils. string_switch_trie(CodeEmitter e, java.lang.String[] strings, ObjectSwitchCallback callback)private static voidEmitUtils. stringSwitchHelper(CodeEmitter e, java.util.List strings, ObjectSwitchCallback callback, org.objectweb.asm.Label def, org.objectweb.asm.Label end, int index) -
Uses of ObjectSwitchCallback in net.sf.cglib.reflect
Classes in net.sf.cglib.reflect that implement ObjectSwitchCallback Modifier and Type Class Description private static classFastClassEmitter.GetIndexCallback
-