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