private class CSSLexer.UnitsState extends LexerState
| Modifier and Type | Field and Description |
|---|---|
private int |
index |
private Recognizer[][] |
units |
private int |
unitsMask |
| Constructor and Description |
|---|
UnitsState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(int c)
Determine whether or not this state accepts the character.
|
int |
getType() |
equals, hashCode, toStringprivate final Recognizer[][] units
private int unitsMask
private int index
public int getType()
getType in class LexerStatepublic boolean accepts(int c)
LexerStateaccepts in class LexerStatec - the character to test