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 void
EmitUtils. constructor_switch(CodeEmitter e, java.util.List constructors, ObjectSwitchCallback callback)
private static void
EmitUtils. 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 void
EmitUtils. 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 void
EmitUtils. member_switch_helper(CodeEmitter e, java.util.List members, ObjectSwitchCallback callback, boolean useName)
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)
private static void
EmitUtils. string_switch_hash(CodeEmitter e, java.lang.String[] strings, ObjectSwitchCallback callback, boolean skipEquals)
private static void
EmitUtils. string_switch_trie(CodeEmitter e, java.lang.String[] strings, ObjectSwitchCallback callback)
private static void
EmitUtils. 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 class
FastClassEmitter.GetIndexCallback
-