JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.sf.cglib.core
Interface ObjectSwitchCallback
public interface
ObjectSwitchCallback
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
processCase
(
Object
key, org.objectweb.asm.Label end)
void
processDefault
()
Method Details
processCase
void
processCase
(
Object
key, org.objectweb.asm.Label end)
throws
Exception
Throws:
Exception
processDefault
void
processDefault
() throws
Exception
Throws:
Exception