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, toString
private final Recognizer[][] units
private int unitsMask
private int index
public int getType()
getType
in class LexerState
public boolean accepts(int c)
LexerState
accepts
in class LexerState
c
- the character to test