JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.strobel.reflection.emit
SwitchCallback
Contents
Description
Method Summary
Method Details
emitCase(int, Label)
emitDefault(Label)
Hide sidebar
Show sidebar
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