scalaparse

Core

Related Doc: package scalaparse

trait Core extends Literals

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

Abstract Value Members

  1. abstract def Block: P0

    Definition Classes
    Literals
  2. abstract def Pattern: P0

    Definition Classes
    Literals

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. val #: Parser[Unit]

  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. val :: Parser[Unit]

  5. val <%: Parser[Unit]

  6. val <-: Parser[Unit]

  7. val <:: Parser[Unit]

  8. val =: Parser[Unit]

  9. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. val =>: Parser[Unit]

  11. val >:: Parser[Unit]

  12. val @: Parser[Unit]

  13. val ExprLiteral: Parser[Unit]

  14. val Id: Parser[Unit]

    helper printing function

  15. val Ids: Parser[Unit]

  16. object KeyWordOperators

    Most keywords don't just require the correct characters to match, they have to ensure that subsequent characters *don't* match in order for it to be a keyword.

    Most keywords don't just require the correct characters to match, they have to ensure that subsequent characters *don't* match in order for it to be a keyword. This enforces that rule for key-words (W) and key-operators (O) which have different non-match criteria.

  17. object Literals

    Definition Classes
    Literals
  18. val Newline: Parser[Unit]

  19. val NotNewline: P0

  20. val OneNLMax: P0

  21. val PatLiteral: Parser[Unit]

  22. val PostDotCheck: Parser[Unit]

    Sketchy way to whitelist a few suffixes that come after a .

    Sketchy way to whitelist a few suffixes that come after a . select; apart from these and IDs, everything else is illegal

  23. val QualId: Parser[Unit]

  24. val Semi: Parser[Unit]

  25. val Semis: Parser[Unit]

  26. val StableId: P0

  27. val VarId: Parser[Unit]

  28. val WL: Parser[Unit]

    Parses whitespace, including newlines.

    Parses whitespace, including newlines. This is the default for most things

    Definition Classes
    CoreLiterals
  29. val WS: Parser[Unit]

    Parses all whitespace, excluding newlines.

    Parses all whitespace, excluding newlines. This is only really useful in e.g. {} blocks, where we want to avoid capturing newlines so semicolon-inference would work

  30. val _: Parser[Unit]

  31. val _*: Parser[Unit]

  32. val abstract: Parser[Unit]

  33. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  34. val case: Parser[Unit]

  35. val catch: Parser[Unit]

  36. val class: Parser[Unit]

  37. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. val def: Parser[Unit]

  39. val do: Parser[Unit]

  40. val else: Parser[Unit]

  41. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  43. val extends: Parser[Unit]

  44. val final: Parser[Unit]

  45. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. val finally: Parser[Unit]

  47. val for: Parser[Unit]

  48. val forSome: Parser[Unit]

  49. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  51. val if: Parser[Unit]

  52. val implicit: Parser[Unit]

  53. val import: Parser[Unit]

  54. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  55. val lazy: Parser[Unit]

  56. val macro: Parser[Unit]

  57. val match: Parser[Unit]

  58. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  59. val new: Parser[Unit]

  60. final def notify(): Unit

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

    Definition Classes
    AnyRef
  62. val object: Parser[Unit]

  63. val override: Parser[Unit]

  64. val package: Parser[Unit]

  65. val private: Parser[Unit]

  66. val protected: Parser[Unit]

  67. val return: Parser[Unit]

  68. val sealed: Parser[Unit]

  69. val super: Parser[Unit]

  70. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  71. val this: Parser[Unit]

  72. val throw: Parser[Unit]

  73. def toString(): String

    Definition Classes
    AnyRef → Any
  74. val trait: Parser[Unit]

  75. val try: Parser[Unit]

  76. val type: Parser[Unit]

  77. val val: Parser[Unit]

  78. val var: Parser[Unit]

  79. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. val while: Parser[Unit]

  83. val with: Parser[Unit]

  84. val yield: Parser[Unit]

  85. val {: Parser[Unit]

  86. val }: Parser[Unit]

Inherited from Literals

Inherited from AnyRef

Inherited from Any

Ungrouped