public interface LexicalUnits
| Modifier and Type | Field and Description | 
|---|---|
static int | 
ANY
Represents the '*' lexical unit. 
 | 
static int | 
AT_KEYWORD
Represents the '@ident' lexical unit. 
 | 
static int | 
BEGINS
Represents the '^=' lexical unit. 
 | 
static int | 
CARET
Represents the '^' lexical unit. 
 | 
static int | 
CDC
Represents the '-->' lexical unit. 
 | 
static int | 
CDO
Represents the '
 
  |