JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Serialized Form
Package com.github.sbaudoin.sonar.plugins.shellcheck.lexer
Class
com.github.sbaudoin.sonar.plugins.shellcheck.lexer.Token
extends
Object
implements Serializable
Serialized Fields
type
TokenType
type
The token type
start
int start
The offset (in characters) at which the token was identified in the source Shell code
length
int length
The length of the token (in characters)
line
int line
The line number at which the token starts (starting from 0)
column
int column
The column at which the token starts in the line (starting from 0)
Package com.github.sbaudoin.sonar.plugins.shellcheck.rules
Class
com.github.sbaudoin.sonar.plugins.shellcheck.rules.ShellCheckSensor.UnexpectedCommandOutputException
extends
RuntimeException
implements Serializable
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018–2019. All rights reserved.