| Package | Description |
|---|---|
| org.duelengine.css.parsing |
| Modifier and Type | Method and Description |
|---|---|
static CssToken |
CssToken.accessor(String value) |
static CssToken |
CssToken.accessor(String value,
int index,
int line,
int column) |
static CssToken |
CssToken.atRule(String keyword) |
static CssToken |
CssToken.atRule(String keyword,
int index,
int line,
int column) |
static CssToken |
CssToken.blockBegin() |
static CssToken |
CssToken.blockBegin(int index,
int line,
int column) |
static CssToken |
CssToken.blockEnd() |
static CssToken |
CssToken.blockEnd(int index,
int line,
int column) |
static CssToken |
CssToken.color(String value) |
static CssToken |
CssToken.color(String value,
int index,
int line,
int column) |
static CssToken |
CssToken.comment(String value) |
static CssToken |
CssToken.comment(String value,
int index,
int line,
int column) |
static CssToken |
CssToken.error(String message) |
static CssToken |
CssToken.error(String message,
int index,
int line,
int column) |
static CssToken |
CssToken.func(String value) |
static CssToken |
CssToken.func(String value,
int index,
int line,
int column) |
CssToken |
InvalidTokenException.getToken() |
static CssToken |
CssToken.important() |
static CssToken |
CssToken.important(int index,
int line,
int column) |
CssToken |
CssLexer.next()
Returns the next token in the input
|
static CssToken |
CssToken.numeric(String value) |
static CssToken |
CssToken.numeric(String value,
int index,
int line,
int column) |
static CssToken |
CssToken.operator(String value) |
static CssToken |
CssToken.operator(String value,
int index,
int line,
int column) |
static CssToken |
CssToken.ruleDelim() |
static CssToken |
CssToken.ruleDelim(int index,
int line,
int column) |
static CssToken |
CssToken.string(String value) |
static CssToken |
CssToken.stringValue(String value,
int index,
int line,
int column) |
static CssToken |
CssToken.value(String value) |
static CssToken |
CssToken.value(String value,
int index,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CssToken> |
CssLexer.toList()
Produces a list of the remaining tokens
|
| Modifier and Type | Method and Description |
|---|---|
StyleSheetNode |
CssParser.parse(CssToken... tokens)
Parses token sequence into AST
|
| Modifier and Type | Method and Description |
|---|---|
StyleSheetNode |
CssParser.parse(Iterable<CssToken> tokens)
Parses token sequence into AST
|
StyleSheetNode |
CssParser.parse(Iterator<CssToken> tokens)
Parses token sequence into AST
|
| Constructor and Description |
|---|
InvalidTokenException(String message,
CssToken token) |
InvalidTokenException(String message,
CssToken token,
Throwable cause) |
Copyright © 2014. All rights reserved.