TokenData
dotty.tools.dotc.parsing.Scanners.TokenData
trait TokenData
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Concrete methods
Is current token first one after a newline?
Is current token first one after a newline?
Attributes
Concrete fields
the offset of the character following the token preceding this one
the offset of the character following the token preceding this one
Attributes
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.
Attributes
the name of an identifier
the name of an identifier
Attributes
the offset of the first character of the current token
the offset of the first character of the current token
Attributes
In this article