- All Superinterfaces:
Tree
- All Known Implementing Classes:
TokenImpl
public interface Token
extends Tree
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.tree.Tree
Tree.Kind
-
Method Summary
int
int
boolean
int
int
com.sonar.sslr.api.TokenType
int
-
Method Details
-
-
-
-
-
type
com.sonar.sslr.api.TokenType type()
-
-
pythonColumn
int pythonColumn()
-
includedEscapeChars
int includedEscapeChars()
-
valueLength
int valueLength()
-
isCompressed
boolean isCompressed()