Object/Trait

scala.meta.tokens

Token

Related Docs: trait Token | package tokens

Permalink

object Token extends Serializable

Linear Supertypes
Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Token
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final class extends Whitespace with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  2. final class extends Whitespace with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  3. final class extends Whitespace with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  4. final class extends Whitespace with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  5. final class extends Whitespace with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  6. final class extends Whitespace with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  7. final class # extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  8. final class ( extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  9. final class ) extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  10. final class , extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  11. final class . extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  12. final class : extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  13. final class ; extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  14. final class <% extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  15. final class <- extends Delim with Dynamic with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  16. final class <: extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  17. final class = extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  18. final class => extends Delim with Dynamic with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  19. final class >: extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  20. final class @ extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  21. final class BOF extends Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  22. final class Comment extends Trivia with Dynamic with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  23. sealed trait Delim extends Token

    Permalink
    Annotations
    @branch() @branch()
  24. sealed trait Dynamic extends Token

    Permalink
    Annotations
    @branch() @branch()
  25. final class EOF extends Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  26. final class Ellipsis extends Dynamic with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  27. final class Ident extends Dynamic with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  28. sealed trait Keyword extends Static

    Permalink
    Annotations
    @branch() @branch()
  29. sealed trait Literal extends Token

    Permalink
    Annotations
    @branch() @branch()
  30. sealed trait Modifier extends Keyword

    Permalink
    Annotations
    @branch() @branch()
  31. sealed trait Static extends Token

    Permalink
    Annotations
    @branch() @branch()
  32. sealed trait Trivia extends Token

    Permalink
    Annotations
    @branch() @branch()
  33. final class Unquote extends Dynamic with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  34. sealed trait Whitespace extends Trivia with Static

    Permalink
    Annotations
    @branch() @branch()
  35. final class [ extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  36. final class ] extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  37. final class _ extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  38. final class abstract extends Modifier with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  39. final class case extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  40. final class catch extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  41. final class class extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  42. final class def extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  43. final class do extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  44. final class else extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  45. final class extends extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  46. final class final extends Modifier with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  47. final class finally extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  48. final class for extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  49. final class forSome extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  50. final class if extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  51. final class implicit extends Modifier with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  52. final class import extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  53. final class lazy extends Modifier with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  54. final class macro extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  55. final class match extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  56. final class new extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  57. final class object extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  58. final class override extends Modifier with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  59. final class package extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  60. final class private extends Modifier with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  61. final class protected extends Modifier with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  62. final class return extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  63. final class sealed extends Modifier with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  64. final class super extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  65. final class this extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  66. final class throw extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  67. final class trait extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  68. final class try extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  69. final class type extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  70. final class val extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  71. final class var extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  72. final class while extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  73. final class with extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  74. final class yield extends Keyword with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  75. final class { extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()
  76. final class } extends Delim with Static with Product

    Permalink
    Annotations
    @tokenClass() @leafClass()

Value Members

  1. object extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  2. object extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  3. object extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  4. object extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  5. object extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  6. object extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  7. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. object # extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  9. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  10. object ( extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  11. object ) extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  12. object , extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  13. object . extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  14. object : extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  15. object ; extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  16. object <% extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  17. object <- extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  18. object <: extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  19. object = extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  20. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. object => extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  22. object >: extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  23. object @ extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  24. object BOF extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  25. object Comment extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  26. object Delim extends Serializable

    Permalink
  27. object Dynamic extends Serializable

    Permalink
  28. object EOF extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  29. object Ellipsis extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  30. object Ident extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  31. object Interpolation

    Permalink
  32. object Keyword extends Serializable

    Permalink
  33. object Literal extends Serializable

    Permalink
  34. object Modifier extends Serializable

    Permalink
  35. object Static extends Serializable

    Permalink
  36. object Trivia extends Serializable

    Permalink
  37. object Unquote extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  38. object Whitespace extends Serializable

    Permalink
  39. object Xml

    Permalink
  40. object [ extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  41. object ] extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  42. object _ extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  43. object abstract extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  44. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  45. object case extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  46. object catch extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  47. object class extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  48. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. object def extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  50. object do extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  51. object else extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  52. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  54. object extends extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  55. object final extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  56. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  57. object finally extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  58. object for extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  59. object forSome extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  60. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  61. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  62. object if extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  63. object implicit extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  64. object import extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  65. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  66. object lazy extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  67. object macro extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  68. object match extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  69. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  70. object new extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  71. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  72. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  73. object object extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  74. object override extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  75. object package extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  76. object private extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  77. object protected extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  78. object return extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  79. object sealed extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  80. implicit def showStructure[T <: Token]: Structure[T]

    Permalink
  81. implicit def showSyntax[T <: Token](implicit dialect: Dialect): Syntax[T]

    Permalink
  82. object super extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  83. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  84. object this extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  85. object throw extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  86. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  87. object trait extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  88. object try extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  89. object type extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  90. object val extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  91. object var extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  92. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  93. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  94. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  95. object while extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  96. object with extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  97. object yield extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  98. object { extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()
  99. object } extends Serializable

    Permalink
    Annotations
    @tokenCompanion() @leafCompanion()

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped