Packages

trait LegacyTokenData extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LegacyTokenData
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from LegacyTokenData toany2stringadd[LegacyTokenData] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LegacyTokenData, B)
    Implicit
    This member is added by an implicit conversion from LegacyTokenData toArrowAssoc[LegacyTokenData] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val base: Int

    the base of a number

  8. def charVal: Char

    Convert current strVal to char value

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def copyFrom(td: LegacyTokenData): LegacyTokenData.this.type
  11. def doubleVal: BigDecimal
  12. val endOffset: Offset

    the offset of the last character of the current token

  13. def ensuring(cond: (LegacyTokenData) => Boolean, msg: => Any): LegacyTokenData
    Implicit
    This member is added by an implicit conversion from LegacyTokenData toEnsuring[LegacyTokenData] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (LegacyTokenData) => Boolean): LegacyTokenData
    Implicit
    This member is added by an implicit conversion from LegacyTokenData toEnsuring[LegacyTokenData] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: => Any): LegacyTokenData
    Implicit
    This member is added by an implicit conversion from LegacyTokenData toEnsuring[LegacyTokenData] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): LegacyTokenData
    Implicit
    This member is added by an implicit conversion from LegacyTokenData toEnsuring[LegacyTokenData] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. def floatVal: BigDecimal
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val input: Input

    the input that is currently being tokenized

  24. def intVal: BigInt
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val lastOffset: Offset

    the offset of the character following the token preceding this one

  27. def longVal: BigInt
  28. val name: String

    the name of an identifier

  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val offset: Offset

    the offset of the first character of the current token

  33. lazy val reporter: Reporter
  34. def setIdentifier(ident: String, dialect: Dialect, check: Boolean = true)(fCheck: (LegacyTokenData) => Unit): Unit
  35. val strVal: String

    the string value of a literal

  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    LegacyTokenData → AnyRef → Any
  38. val token: LegacyToken

    the next token

  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LegacyTokenData toStringFormat[LegacyTokenData] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (LegacyTokenData, B)
    Implicit
    This member is added by an implicit conversion from LegacyTokenData toArrowAssoc[LegacyTokenData] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromLegacyTokenData to any2stringadd[LegacyTokenData]

Inherited by implicit conversion StringFormat fromLegacyTokenData to StringFormat[LegacyTokenData]

Inherited by implicit conversion Ensuring fromLegacyTokenData to Ensuring[LegacyTokenData]

Inherited by implicit conversion ArrowAssoc fromLegacyTokenData to ArrowAssoc[LegacyTokenData]

Ungrouped