Interface Token

All Superinterfaces:
Tree
All Known Implementing Classes:
TokenImpl

public interface Token extends Tree
  • Method Details

    • value

      String value()
    • line

      int line()
    • column

      int column()
    • trivia

      List<Trivia> trivia()
    • type

      com.sonar.sslr.api.TokenType type()
    • pythonLine

      PythonLine pythonLine()
    • pythonColumn

      int pythonColumn()
    • includedEscapeChars

      int includedEscapeChars()
    • valueLength

      int valueLength()
    • isCompressed

      boolean isCompressed()