Package net.sf.cglib.core
Interface ProcessSwitchCallback
-
public interface ProcessSwitchCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processCase(int key, org.objectweb.asm.Label end)
void
processDefault()
-