TokenData

trait TokenData
class Object
trait Matchable
class Any

Value members

Concrete methods

Is current token first one after a newline?

Is current token first one after a newline?

Is token a COLON, after having converted COLONEOL to COLON? The conversion means that indentation is not significant after : anymore. So, warning: this is a side-effecting operation.

Is token a COLON, after having converted COLONEOL to COLON? The conversion means that indentation is not significant after : anymore. So, warning: this is a side-effecting operation.

def isIdent(name: Name): Boolean

Concrete fields

var base: Int

the base of a number

the base of a number

the offset of the character following the token preceding this one

the offset of the character following the token preceding this one

the offset of the newline immediately preceding the token, or -1 if token is not preceded by a newline.

the offset of the newline immediately preceding the token, or -1 if token is not preceded by a newline.

the name of an identifier

the name of an identifier

the offset of the first character of the current token

the offset of the first character of the current token

the string value of a literal

the string value of a literal

the next token

the next token