ShakeToken

The input of the com.shakelang.shake.lexer.ShakeLexer gets converted into ShakeTokens. These get parsed by the parser

Constructors

Link copied to clipboard
constructor(type: ShakeTokenType, value: String?, start: Int, end: Int)
constructor(type: ShakeTokenType, start: Int, end: Int)

Properties

Link copied to clipboard
open val end: Int
Link copied to clipboard
open val start: Int
Link copied to clipboard
Link copied to clipboard
open val value: String?

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String