| Package | Description |
|---|---|
| org.duelengine.css.parsing |
| Modifier and Type | Method and Description |
|---|---|
CssTokenType |
CssToken.getToken() |
static CssTokenType |
CssTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CssTokenType[] |
CssTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CssToken(CssTokenType type,
int index,
int line,
int column) |
CssToken(CssTokenType type,
String value,
int index,
int line,
int column) |
Copyright © 2014. All rights reserved.