public class step_over
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static boolean |
barrelshiftpresent |
static java.io.RandomAccessFile |
br |
static java.lang.Integer |
curent_line |
static int |
end_pos |
java.io.File |
fpath |
static int |
initial_pos |
static int |
k |
ScanFile |
ob |
static boolean |
ocall |
static int |
ocommon |
static int |
onext |
static int |
otransfer |
static java.lang.Long |
pos |
java.lang.Thread |
t |
Constructor and Description |
---|
step_over(java.io.File path) |
Modifier and Type | Method and Description |
---|---|
static boolean |
branchToProcedure(java.lang.String strLine) |
void |
run() |
void |
scanstart_1() |
void |
scanstart() |
boolean |
stillInProcedure(java.lang.String strLine) |
public static boolean barrelshiftpresent
public static java.lang.Long pos
public static java.io.RandomAccessFile br
public static java.lang.Integer curent_line
public static int ocommon
public static int otransfer
public java.lang.Thread t
public ScanFile ob
public java.io.File fpath
public static boolean ocall
public static int initial_pos
public static int end_pos
public static int k
public static int onext
public void scanstart_1() throws java.lang.InterruptedException
java.lang.InterruptedException
public void scanstart() throws java.lang.InterruptedException
java.lang.InterruptedException
public void run()
run
in interface java.lang.Runnable
public static boolean branchToProcedure(java.lang.String strLine) throws javax.swing.text.BadLocationException
javax.swing.text.BadLocationException
public boolean stillInProcedure(java.lang.String strLine)