public class handlers
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<java.lang.String> |
a |
static java.util.ArrayList<java.lang.Integer> |
a_end |
static int |
cntn |
static int |
counter |
static int |
counter_track |
static int |
countOpened |
static javax.swing.text.Highlighter.HighlightPainter |
cyanPainter |
static int |
debugMode |
static int |
no_of_rem |
static java.util.ArrayList<java.lang.Integer> |
unsort_a_end |
Constructor and Description |
---|
handlers() |
Modifier and Type | Method and Description |
---|---|
static void |
clean_branchtable() |
static void |
clean_memtable() |
void |
helper() |
void |
open(java.io.File file) |
void |
steprun2() |
static void |
update_branchtable(java.lang.Integer n) |
static void |
update_memorytable(int memref_ct) |
void |
update(int ch) |
public static int cntn
public static int countOpened
public static int no_of_rem
public static java.util.ArrayList<java.lang.String> a
public static java.util.ArrayList<java.lang.Integer> a_end
public static java.util.ArrayList<java.lang.Integer> unsort_a_end
public static javax.swing.text.Highlighter.HighlightPainter cyanPainter
public static int counter
public static int counter_track
public static int debugMode
public void helper()
public static void update_memorytable(int memref_ct)
public static void clean_branchtable()
public static void clean_memtable()
public void open(java.io.File file)
public static void update_branchtable(java.lang.Integer n)
public void update(int ch)
public void steprun2() throws java.io.IOException
java.io.IOException