JFlex
public interface sym
Field Summary | |
---|---|
static int | ACTION |
static int | BANG |
static int | BAR |
static int | CCLASS |
static int | CCLASSNOT |
static int | CHAR |
static int | CHAR_I |
static int | CLOSEBRACKET |
static int | CLOSECLASS |
static int | COMMA |
static int | CONCAT |
static int | DASH |
static int | DELIMITER |
static int | DIGITCLASS |
static int | DOLLAR |
static int | error |
static int | EOF |
static int | EOFRULE |
static int | EQUALS |
static int | FULL |
static int | HAT |
static int | IDENT |
static int | JLETTERCLASS |
static int | JLETTERDIGITCLASS |
static int | LBRACE |
static int | LESSTHAN |
static int | LETTERCLASS |
static int | LOOKAHEAD |
static int | LOWERCLASS |
static int | MACROUSE |
static int | MORETHAN |
static int | NOACTION |
static int | OPENBRACKET |
static int | OPENCLASS |
static int | PLUS |
static int | POINT |
static int | QUESTION |
static int | RBRACE |
static int | REGEXPEND |
static int | REPEAT |
static int | STAR |
static int | STRING |
static int | STRING_I |
static int | TILDE |
static int | UNICODE |
static int | UPPERCLASS |
static int | USERCODE |