JavaToken

constructor(kind: Int, text: String)(source)
constructor(range: Range, kind: Int, text: String, previousToken: JavaToken, nextToken: JavaToken)(source)


constructor(kind: Int)(source)

Create a token of a certain kind.