net.sf.cglib.core
Interface ProcessSwitchCallback


public interface ProcessSwitchCallback


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

Method Detail

processCase

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

processDefault

void processDefault()
                    throws Exception
Throws:
Exception


Copyright © 2012 Oracle Corporation. All Rights Reserved.