Uses of Interface
net.sf.cglib.core.ObjectSwitchCallback

Packages that use ObjectSwitchCallback
net.sf.cglib.core   
 

Uses of ObjectSwitchCallback in net.sf.cglib.core
 

Methods in net.sf.cglib.core with parameters of type ObjectSwitchCallback
static void EmitUtils.string_switch(CodeEmitter e, java.lang.String[] strings, int switchStyle, ObjectSwitchCallback callback)
           
static void EmitUtils.method_switch(CodeEmitter e, java.lang.reflect.Method[] methods, ObjectSwitchCallback callback)
           
static void EmitUtils.constructor_switch(CodeEmitter e, java.lang.reflect.Constructor[] cstructs, ObjectSwitchCallback callback)
           
 



Copyright © 2002-2003 cglib. All Rights Reserved.