t

scala.meta.internal.tokenizers

LegacyTokenData

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. All

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 to any2stringadd[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 to ArrowAssoc[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( ... ) @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 to Ensuring[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 to Ensuring[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 to Ensuring[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 to Ensuring[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: Any): 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. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LegacyTokenData to StringFormat[LegacyTokenData] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val input: Input

    the input that is currently being tokenized

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

    the offset of the character following the token preceding this one

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

    the name of an identifier

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

    the offset of the first character of the current token

  34. lazy val reporter: Reporter
  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( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. def [B](y: B): (LegacyTokenData, B)
    Implicit
    This member is added by an implicit conversion from LegacyTokenData to ArrowAssoc[LegacyTokenData] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from LegacyTokenData to any2stringadd[LegacyTokenData]

Inherited by implicit conversion StringFormat from LegacyTokenData to StringFormat[LegacyTokenData]

Inherited by implicit conversion Ensuring from LegacyTokenData to Ensuring[LegacyTokenData]

Inherited by implicit conversion ArrowAssoc from LegacyTokenData to ArrowAssoc[LegacyTokenData]

Ungrouped