| Package | Description |
|---|---|
| com.github.sbaudoin.sonar.plugins.shellcheck.highlighting | |
| com.github.sbaudoin.sonar.plugins.shellcheck.lexer |
| Class and Description |
|---|
| Token
This class represents the tokens identified by Shell lexers
|
| Class and Description |
|---|
| AbstractBashLexer
Abstract class the JFlex Bash lexer will extend to inherit methods required to properly
analyze Bash scripts
Heavily inspired by IntelliJ IDEA Bash Support plugin
|
| BashLexerBase
This class is a scanner generated by
JFlex 1.7.0
from the specification file src/main/jflex/bash.jflex
|
| HeredocLexingState
Heredoc lexing state used in the lexer
|
| ShellLexer
Shell lexers should implement this interface.
|
| StringLexingstate
Class to store information about the current parsing of strings.
|
| Token
This class represents the tokens identified by Shell lexers
|
| TokenType
Enumeration of known Bash token types
|
Copyright © 2018–2019. All rights reserved.