| Package | Description |
|---|---|
| cz.vutbr.web.csskit.antlr4 |
| Modifier and Type | Method and Description |
|---|---|
static CSSLexerState.RecoveryMode |
CSSLexerState.RecoveryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSSLexerState.RecoveryMode[] |
CSSLexerState.RecoveryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSSErrorStrategy.consumeUntil(org.antlr.v4.runtime.Parser recognizer,
org.antlr.v4.runtime.misc.IntervalSet follow,
CSSLexerState.RecoveryMode mode,
CSSLexerState ls)
Consumes token until lexer state is function-balanced and
token from follow is matched.
|
protected void |
CSSErrorStrategy.consumeUntilGreedy(org.antlr.v4.runtime.Parser recognizer,
org.antlr.v4.runtime.misc.IntervalSet set,
CSSLexerState.RecoveryMode mode)
Consumes token until lexer state is function-balanced and
token from follow is matched.
|
boolean |
CSSLexerState.isBalanced(CSSLexerState.RecoveryMode mode,
CSSLexerState state,
CSSToken t)
Checks whether some pair characters are balanced.
|
Copyright © 2018. All rights reserved.