Discardable

A discardableisDiscardable.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var column: Int

The column number where this token begins in the source input.

Link copied to clipboard
open override val isDiscardable: Boolean

Indicates whether this token should be discarded during lexing (when discard mode is enabled).

Link copied to clipboard
lateinit var lexeme: Lexeme<*>

The Lexeme that produced this token.

Link copied to clipboard
var line: Int

The line number where this token begins in the source input.

Link copied to clipboard
lateinit var value: CharSequence

The character sequence matched from the input that this token represents.

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