Package org.jf.dexlib2
Class DebugItemType
- java.lang.Object
-
- org.jf.dexlib2.DebugItemType
-
public final class DebugItemType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADVANCE_LINE
static int
ADVANCE_PC
static int
END_LOCAL
static int
END_SEQUENCE
static int
EPILOGUE_BEGIN
static int
LINE_NUMBER
static int
PROLOGUE_END
static int
RESTART_LOCAL
static int
SET_SOURCE_FILE
static int
START_LOCAL
static int
START_LOCAL_EXTENDED
-
-
-
Field Detail
-
START_LOCAL
public static final int START_LOCAL
- See Also:
- Constant Field Values
-
END_LOCAL
public static final int END_LOCAL
- See Also:
- Constant Field Values
-
RESTART_LOCAL
public static final int RESTART_LOCAL
- See Also:
- Constant Field Values
-
PROLOGUE_END
public static final int PROLOGUE_END
- See Also:
- Constant Field Values
-
EPILOGUE_BEGIN
public static final int EPILOGUE_BEGIN
- See Also:
- Constant Field Values
-
SET_SOURCE_FILE
public static final int SET_SOURCE_FILE
- See Also:
- Constant Field Values
-
LINE_NUMBER
public static final int LINE_NUMBER
- See Also:
- Constant Field Values
-
END_SEQUENCE
public static final int END_SEQUENCE
- See Also:
- Constant Field Values
-
ADVANCE_PC
public static final int ADVANCE_PC
- See Also:
- Constant Field Values
-
ADVANCE_LINE
public static final int ADVANCE_LINE
- See Also:
- Constant Field Values
-
START_LOCAL_EXTENDED
public static final int START_LOCAL_EXTENDED
- See Also:
- Constant Field Values
-
-