|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJFlex.SemCheck
public final class SemCheck
Performs simple semantic analysis on regular expressions. (used for checking if trailing contexts are legal)
| Constructor Summary | |
|---|---|
SemCheck()
|
|
| Method Summary | |
|---|---|
static void |
check(RegExps rs,
Macros m,
char max,
java.io.File f)
Performs semantic analysis for all expressions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SemCheck()
| Method Detail |
|---|
public static void check(RegExps rs,
Macros m,
char max,
java.io.File f)
rs - the reg exps to be checkedm - the macro table (in expanded form)max - max character of the used charset (for negation)f - the spec file containing the rules [fixme]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||