Class LoadConstDecoder
- java.lang.Object
-
- jadx.plugins.input.java.data.code.decoders.LoadConstDecoder
-
- All Implemented Interfaces:
IJavaInsnDecoder
public class LoadConstDecoder extends java.lang.Object implements IJavaInsnDecoder
-
-
Constructor Summary
Constructors Constructor Description LoadConstDecoder(boolean wide)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode(CodeDecodeState state)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jadx.plugins.input.java.data.code.decoders.IJavaInsnDecoder
skip
-
-
-
-
Method Detail
-
decode
public void decode(CodeDecodeState state)
- Specified by:
decodein interfaceIJavaInsnDecoder
-
-