| Package | Description |
|---|---|
| com.github.sbaudoin.sonar.plugins.shellcheck.lexer |
| Modifier and Type | Field and Description |
|---|---|
TokenType |
Token.type
The token type
|
| Modifier and Type | Method and Description |
|---|---|
static TokenType |
TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Token |
AbstractBashLexer.token(TokenType type)
Create and return a
Token of given type. |
protected Token |
AbstractBashLexer.token(TokenType type,
int start,
int length)
Create and return a Token of given type from start with length
offset is added to start
|
| Constructor and Description |
|---|
Token(TokenType type,
int start,
int length,
int line,
int column)
Constructs a new token
|
Copyright © 2018–2019. All rights reserved.