public class step_out
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static boolean |
barrelshiftpresent |
static java.io.RandomAccessFile |
br |
static boolean |
call |
static int |
common |
static java.lang.Integer |
curent_line |
static int |
end_pos |
java.io.File |
fpath |
static int |
i |
static int |
initial_pos |
static int |
j |
static int |
next |
ScanFile |
ob |
static java.lang.Long |
pos |
java.lang.Thread |
t |
java.lang.Thread |
t1 |
Constructor and Description |
---|
step_out(java.io.File path,
int ini,
int fin,
int f) |
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 common
public java.lang.Thread t
public java.lang.Thread t1
public ScanFile ob
public java.io.File fpath
public static boolean call
public static int initial_pos
public static int end_pos
public static int next
public static int i
public static int j
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)