Class LexicalStates
java.lang.Object
jflex.scanner.LexicalStates
Simple symbol table, mapping lexical state names to integers.
- Version:
- JFlex 1.9.1
- Author:
- Gerwin Klein
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LexicalStates
public LexicalStates()Constructs a new lexical state symbol table.
-
-
Method Details
-
insert
-
getNumber
-
number
public int number()Returns the number of declared states.- Returns:
- the number of declared states.
-
names
-
getInclusiveStates
-