JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Framework
org.springframework.cglib.core
ProcessSwitchCallback
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
processCase(int, Label)
processDefault()
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