Package net.sf.cglib.core
Interface ObjectSwitchCallback
-
- All Known Implementing Classes:
FastClassEmitter.GetIndexCallback
public interface ObjectSwitchCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processCase(java.lang.Object key, org.objectweb.asm.Label end)
void
processDefault()
-