Class LookupSwitchDecoder
- java.lang.Object
-
- jadx.plugins.input.java.data.code.decoders.LookupSwitchDecoder
-
- All Implemented Interfaces:
IJavaInsnDecoder
public class LookupSwitchDecoder extends java.lang.Object implements IJavaInsnDecoder
-
-
Constructor Summary
Constructors Constructor Description LookupSwitchDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode(CodeDecodeState state)voidskip(CodeDecodeState state)
-
-
-
Method Detail
-
decode
public void decode(CodeDecodeState state)
- Specified by:
decodein interfaceIJavaInsnDecoder
-
skip
public void skip(CodeDecodeState state)
- Specified by:
skipin interfaceIJavaInsnDecoder
-
-