Package jadx.gui.device.debugger
Class SmaliDebugger.RuntimeValue
- java.lang.Object
-
- jadx.gui.device.debugger.SmaliDebugger.RuntimeValue
-
- Direct Known Subclasses:
SmaliDebugger.RuntimeField,SmaliDebugger.RuntimeRegister
- Enclosing class:
- SmaliDebugger
public static class SmaliDebugger.RuntimeValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected io.github.skylot.jdwp.JDWP.ByteBufferrawValprotected RuntimeTypetype
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeTypegetType()voidsetType(RuntimeType type)
-
-
-
Field Detail
-
rawVal
protected io.github.skylot.jdwp.JDWP.ByteBuffer rawVal
-
type
protected RuntimeType type
-
-
Method Detail
-
getType
public RuntimeType getType()
-
setType
public void setType(RuntimeType type)
-
-