Class LexicalStates
java.lang.Object
jflex.scanner.LexicalStates
Simple symbol table, mapping lexical state names to integers.
- Version:
- JFlex 1.9.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
states
-
inclusive
-
numStates
int numStatesnumber of declared states
-
-
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
-