Package jadx.gui.utils
Class JumpManager
- java.lang.Object
-
- jadx.gui.utils.JumpManager
-
public class JumpManager extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JumpManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPosition(@Nullable JumpPosition pos)@Nullable JumpPositiongetCurrent()@Nullable JumpPositiongetNext()@Nullable JumpPositiongetPrev()voidreset()intsize()
-
-
-
Method Detail
-
addPosition
public void addPosition(@Nullable @Nullable JumpPosition pos)
-
size
public int size()
-
getCurrent
@Nullable public @Nullable JumpPosition getCurrent()
-
getPrev
@Nullable public @Nullable JumpPosition getPrev()
-
getNext
@Nullable public @Nullable JumpPosition getNext()
-
reset
public void reset()
-
-