JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.strobel.reflection.emit
EnumSwitchCallback
Contents
Description
Method Summary
Method Details
emitCase(E, Label)
emitDefault(Label)
Hide sidebar
Show sidebar
Interface EnumSwitchCallback<
E extends
Enum
<E>
>
public interface
EnumSwitchCallback<E extends
Enum
<E>>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
emitCase
(
E
key,
Label
breakTarget)
void
emitDefault
(
Label
breakTarget)
Method Details
emitCase
void
emitCase
(
E
key,
Label
breakTarget)
throws
Exception
Throws:
Exception
emitDefault
void
emitDefault
(
Label
breakTarget)
throws
Exception
Throws:
Exception