CommonToken

external class CommonToken(source: dynamic, type: Int, channel: Int, start: Int, stop: Int) : Token

See also

https

://github.com/antlr/antlr4/blob/master/runtime/JavaScript/src/antlr4/Token.js

Constructors

CommonToken
Link copied to clipboard
fun CommonToken(source: dynamic, type: Int, channel: Int, start: Int, stop: Int)

Types

Companion
Link copied to clipboard
object Companion

Functions

clone
Link copied to clipboard
fun clone(): CommonToken
toString
Link copied to clipboard
open override fun toString(): String

Properties

channel
Link copied to clipboard
var channel: Int
column
Link copied to clipboard
var column: Int
line
Link copied to clipboard
var line: Int
source
Link copied to clipboard
var source: dynamic
start
Link copied to clipboard
var start: Int
stop
Link copied to clipboard
var stop: Int
text
Link copied to clipboard
var text: String
tokenIndex
Link copied to clipboard
var tokenIndex: Int
type
Link copied to clipboard
var type: Int