net.sf.cglib.core
Interface ObjectSwitchCallback


public interface ObjectSwitchCallback


Method Summary
 void processCase(Object key, org.objectweb.asm.Label end)
           
 void processDefault()
           
 

Method Detail

processCase

void processCase(Object key,
                 org.objectweb.asm.Label end)
                 throws Exception
Throws:
Exception

processDefault

void processDefault()
                    throws Exception
Throws:
Exception


Copyright © 2012 Oracle Corporation. All Rights Reserved.