public class DecodedSwitchEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
bytecodeTarget |
private java.util.List<java.lang.Integer> |
value |
Constructor and Description |
---|
DecodedSwitchEntry(java.util.List<java.lang.Integer> value,
int bytecodeTarget) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getBytecodeTarget() |
java.util.List<java.lang.Integer> |
getValue() |
boolean |
hasDefault() |
java.lang.String |
toString() |