Class DecodedSwitchEntry
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.opcode.DecodedSwitchEntry
-
public class DecodedSwitchEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
bytecodeTarget
private java.util.List<java.lang.Integer>
value
-
Constructor Summary
Constructors Constructor Description DecodedSwitchEntry(java.util.List<java.lang.Integer> value, int bytecodeTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
getBytecodeTarget()
java.util.List<java.lang.Integer>
getValue()
boolean
hasDefault()
java.lang.String
toString()
-