scala.meta.syntactic.tokenizers

Token

Related Docs: trait Token | package tokenizers

object Token

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Token
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class (origin: Origin, start: Int) extends Whitespace with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  2. final case class (origin: Origin, start: Int) extends Whitespace with StatSep with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  3. final case class (origin: Origin, start: Int) extends Whitespace with StatSep with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  4. final case class (origin: Origin, start: Int) extends Whitespace with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  5. final case class (origin: Origin, start: Int) extends Whitespace with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  6. final case class (origin: Origin, start: Int) extends Whitespace with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  7. final case class #(origin: Origin, start: Int) extends StaticDelim with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  8. final case class ((origin: Origin, start: Int) extends StaticDelim with ExprIntro with TypeIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  9. final case class )(origin: Origin, start: Int) extends StaticDelim with CantStartStat with CanEndStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  10. final case class ,(origin: Origin, start: Int) extends StaticDelim with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  11. final case class .(origin: Origin, start: Int) extends StaticDelim with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  12. final case class :(origin: Origin, start: Int) extends StaticDelim with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  13. final case class ;(origin: Origin, start: Int) extends StaticDelim with StatSep with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  14. final case class <%(origin: Origin, start: Int) extends StaticDelim with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  15. final case class <-(origin: Origin, start: Int, end: Int) extends DynamicDelim with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  16. final case class <:(origin: Origin, start: Int) extends StaticDelim with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  17. final case class =(origin: Origin, start: Int) extends StaticDelim with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  18. final case class =>(origin: Origin, start: Int, end: Int) extends DynamicDelim with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  19. final case class >:(origin: Origin, start: Int) extends StaticDelim with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  20. final case class @(origin: Origin, start: Int) extends StaticDelim with TypeIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  21. sealed trait CanEndStat extends Token

    Annotations
    @branch() @branch()
  22. sealed trait CantStartStat extends Token

    Annotations
    @branch() @branch()
  23. sealed trait CaseDefEnd extends Token

    Annotations
    @branch() @branch()
  24. final case class Comment(origin: Origin, start: Int, end: Int) extends Dynamic with Token with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  25. sealed trait DclIntro extends DefIntro

    Annotations
    @branch() @branch()
  26. sealed trait DefIntro extends Token

    Annotations
    @branch() @branch()
  27. sealed trait Delim extends Token

    Annotations
    @branch() @branch()
  28. sealed trait Dynamic extends Token

    Annotations
    @branch() @branch()
  29. sealed trait DynamicDelim extends Delim with Static

    Annotations
    @branch() @branch()
  30. sealed trait DynamicLiteral extends Dynamic with Literal

    Annotations
    @branch() @branch()
  31. final case class EOF(origin: Origin) extends Static with StatSep with StatSeqEnd with CaseDefEnd with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  32. sealed trait ExprIntro extends Token

    Annotations
    @branch() @branch()
  33. final case class Ident(origin: Origin, start: Int, end: Int) extends Dynamic with ExprIntro with TypeIntro with CanEndStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  34. sealed trait Keyword extends Static with Token

    Annotations
    @branch() @branch()
  35. sealed trait Literal extends ExprIntro with CanEndStat

    Annotations
    @branch() @branch()
  36. sealed trait LocalModifier extends Modifier

    Annotations
    @branch() @branch()
  37. sealed trait Modifier extends Keyword

    Annotations
    @branch() @branch()
  38. sealed trait NumericLiteral extends DynamicLiteral

    Annotations
    @branch() @branch()
  39. sealed trait StatSep extends Delim

    Annotations
    @branch() @branch()
  40. sealed trait StatSeqEnd extends Token

    Annotations
    @branch() @branch()
  41. sealed trait Static extends Token

    Annotations
    @branch() @branch()
  42. sealed trait StaticDelim extends Delim with Static

    Annotations
    @branch() @branch()
  43. sealed trait TemplateIntro extends DefIntro

    Annotations
    @branch() @branch()
  44. sealed trait TypeIntro extends Token

    Annotations
    @branch() @branch()
  45. sealed trait Whitespace extends Static with Token

    Annotations
    @branch() @branch()
  46. final case class XMLStart(origin: Origin, start: Int, end: Int) extends Dynamic with Token with ExprIntro with CanEndStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  47. final case class [(origin: Origin, start: Int) extends StaticDelim with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  48. final case class ](origin: Origin, start: Int) extends StaticDelim with CantStartStat with CanEndStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  49. final case class _ (origin: Origin, start: Int) extends StaticDelim with ExprIntro with TypeIntro with CanEndStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  50. final case class abstract(origin: Origin, start: Int) extends LocalModifier with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  51. final case class case(origin: Origin, start: Int) extends Keyword with CaseDefEnd with TemplateIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  52. final case class catch(origin: Origin, start: Int) extends Keyword with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  53. final case class class (origin: Origin, start: Int) extends Keyword with TemplateIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  54. final case class def(origin: Origin, start: Int) extends Keyword with DclIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  55. final case class do(origin: Origin, start: Int) extends Keyword with ExprIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  56. final case class else(origin: Origin, start: Int) extends Keyword with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  57. final case class extends(origin: Origin, start: Int) extends Keyword with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  58. final case class false(origin: Origin, start: Int) extends Keyword with Literal with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  59. final case class final(origin: Origin, start: Int) extends LocalModifier with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  60. final case class finally(origin: Origin, start: Int) extends Keyword with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  61. final case class for(origin: Origin, start: Int) extends Keyword with ExprIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  62. final case class forSome(origin: Origin, start: Int) extends Keyword with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  63. final case class if(origin: Origin, start: Int) extends Keyword with ExprIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  64. final case class implicit(origin: Origin, start: Int) extends LocalModifier with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  65. final case class import(origin: Origin, start: Int) extends Keyword with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  66. final case class lazy(origin: Origin, start: Int) extends LocalModifier with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  67. final case class macro(origin: Origin, start: Int) extends Keyword with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  68. final case class match(origin: Origin, start: Int) extends Keyword with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  69. final case class new(origin: Origin, start: Int) extends Keyword with ExprIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  70. final case class null(origin: Origin, start: Int) extends Keyword with Literal with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  71. final case class object(origin: Origin, start: Int) extends Keyword with TemplateIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  72. final case class override(origin: Origin, start: Int) extends Modifier with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  73. final case class package (origin: Origin, start: Int) extends Keyword with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  74. final case class private(origin: Origin, start: Int) extends Modifier with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  75. final case class protected(origin: Origin, start: Int) extends Modifier with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  76. final case class return(origin: Origin, start: Int) extends Keyword with ExprIntro with CanEndStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  77. final case class sealed(origin: Origin, start: Int) extends LocalModifier with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  78. final case class super(origin: Origin, start: Int) extends Keyword with ExprIntro with TypeIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  79. final case class this(origin: Origin, start: Int) extends Keyword with ExprIntro with TypeIntro with CanEndStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  80. final case class throw(origin: Origin, start: Int) extends Keyword with ExprIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  81. final case class trait(origin: Origin, start: Int) extends Keyword with TemplateIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  82. final case class true(origin: Origin, start: Int) extends Keyword with Literal with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  83. final case class try(origin: Origin, start: Int) extends Keyword with ExprIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  84. final case class type(origin: Origin, start: Int) extends Keyword with DclIntro with CanEndStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  85. final case class val(origin: Origin, start: Int) extends Keyword with DclIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  86. final case class var(origin: Origin, start: Int) extends Keyword with DclIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  87. final case class while(origin: Origin, start: Int) extends Keyword with ExprIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  88. final case class with(origin: Origin, start: Int) extends Keyword with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  89. final case class yield(origin: Origin, start: Int) extends Keyword with CantStartStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  90. final case class {(origin: Origin, start: Int) extends StaticDelim with ExprIntro with Product with Serializable

    Annotations
    @tokenClass() @leafClass()
  91. final case class }(origin: Origin, start: Int) extends StaticDelim with StatSeqEnd with CaseDefEnd with CantStartStat with CanEndStat with Product with Serializable

    Annotations
    @tokenClass() @leafClass()

Value Members

  1. object extends Serializable

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  8. object # extends Serializable

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

    Definition Classes
    AnyRef → Any
  10. object ( extends Serializable

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

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

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

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

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

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

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

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

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

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

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

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

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

    Annotations
    @tokenCompanion() @leafCompanion()
  24. object Comment extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  25. object EOF extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  26. object Ident extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  27. object Interpolation

  28. object Literal

  29. object XMLStart extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  30. object [ extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  31. object ] extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  32. object _ extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  33. object abstract extends Serializable

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

    Definition Classes
    Any
  35. object case extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  36. object catch extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  37. object class extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  38. def clone(): AnyRef

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

    Annotations
    @tokenCompanion() @leafCompanion()
  40. object do extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  41. object else extends Serializable

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

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

    Definition Classes
    AnyRef → Any
  44. object extends extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  45. object false extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  46. object final extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  47. def finalize(): Unit

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

    Annotations
    @tokenCompanion() @leafCompanion()
  49. object for extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  50. object forSome extends Serializable

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

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

    Definition Classes
    AnyRef → Any
  53. object if extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  54. object implicit extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  55. object import extends Serializable

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

    Definition Classes
    Any
  57. object lazy extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  58. object macro extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  59. object match extends Serializable

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

    Definition Classes
    AnyRef
  61. object new extends Serializable

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

    Definition Classes
    AnyRef
  63. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  64. object null extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  65. object object extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  66. object override extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  67. object package extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  68. object private extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  69. object protected extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  70. object return extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  71. object sealed extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  72. object super extends Serializable

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

    Definition Classes
    AnyRef
  74. object this extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  75. object throw extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  76. def toString(): String

    Definition Classes
    AnyRef → Any
  77. object trait extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  78. object true extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  79. object try extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  80. object type extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  81. object val extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  82. object var extends Serializable

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

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

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

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

    Annotations
    @tokenCompanion() @leafCompanion()
  87. object with extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  88. object yield extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  89. object { extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()
  90. object } extends Serializable

    Annotations
    @tokenCompanion() @leafCompanion()

Inherited from AnyRef

Inherited from Any

Ungrouped