| Package | Description |
|---|---|
| cz.vutbr.web.csskit.antlr |
| Modifier and Type | Field and Description |
|---|---|
protected CSSLexer.LexerState |
CSSToken.ls
Current lexer state
|
| Modifier and Type | Method and Description |
|---|---|
CSSLexer.LexerState |
CSSToken.getLexerState()
Gets lexer state at creation of token
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CSSLexer.LexerState.isBalanced(CSSLexer.LexerState.RecoveryMode mode,
CSSLexer.LexerState state)
Checks whether some pair characters are balanced.
|
CSSToken |
CSSToken.setLexerState(CSSLexer.LexerState state)
Sets lexer state for current token
|
| Constructor and Description |
|---|
CSSLexer.LexerState(CSSLexer.LexerState clone) |
CSSToken(int type,
CSSLexer.LexerState state)
Creates CSSToken of given type with cloning lexer state
automatically
|
CSSToken(int type,
CSSLexer.LexerState state,
int start,
int stop)
Creates CSSToken of given type with cloning lexer state
automatically, allows to set text boundaries in input stream
|
Copyright © 2014. All rights reserved.