TokenData
trait TokenData
Value members
Concrete methods
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.
Concrete fields
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.