Packages

trait TokenData extends CommonTokenData

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TokenData
  2. CommonTokenData
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val base: Int

    the base of a number

  2. def copyFrom(td: TokenData): TokenData.this.type
  3. val lastOffset: Scanners.Offset

    the offset of the character following the token preceding this one

  4. val name: Global.TermName

    the name of an identifier

    the name of an identifier

    Definition Classes
    TokenDataCommonTokenData
  5. val offset: Scanners.Offset

    the offset of the first character of the current token

  6. val strVal: String

    the string value of a literal

  7. val token: Scanners.Token

    the next token

    the next token

    Definition Classes
    TokenDataCommonTokenData