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
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.strobel.reflection.emit
Interface SwitchCallback
public interface
SwitchCallback
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
emitCase
(int key,
Label
breakTarget)
void
emitDefault
(
Label
breakTarget)
Method Details
emitCase
void
emitCase
(int key,
Label
breakTarget)
throws
Exception
Throws:
Exception
emitDefault
void
emitDefault
(
Label
breakTarget)
throws
Exception
Throws:
Exception