JFlex
public class RegExps extends Object
Constructor Summary | |
---|---|
RegExps() |
Method Summary | |
---|---|
void | addStates(int regNum, Vector newStates) |
void | checkActions() |
void | checkLookAheads() |
Action | getAction(int num) |
int | getLine(int num) |
RegExp | getLookAhead(int num) |
int | getLookEntry(int num) |
int | getNum() |
RegExp | getRegExp(int num) |
Vector | getStates(int num) |
int | insert(int line, Vector stateList, RegExp regExp, Action action, Boolean isBOL, RegExp lookAhead) |
int | insert(Vector stateList, Action action) |
boolean | isBOL(int num) |
boolean | isEOF(int num) |
int | NFASize(Macros macros) |