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 intbytecodeTargetprivate 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) intgetBytecodeTarget()java.util.List<java.lang.Integer>getValue()booleanhasDefault()java.lang.StringtoString()
-