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: fastparse.all.P0

    Definition Classes
    Literals
  2. abstract def Pattern: fastparse.all.P0

    Definition Classes
    Literals

Concrete Value Members

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

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

  3. final def ##(): Int

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

  5. val :: fastparse.noApi.Parser[Unit]

  6. val <%: fastparse.noApi.Parser[Unit]

  7. val <-: Parser[Unit]

  8. val <:: fastparse.noApi.Parser[Unit]

  9. val =: fastparse.noApi.Parser[Unit]

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

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

  12. val >:: fastparse.noApi.Parser[Unit]

  13. val @: fastparse.noApi.Parser[Unit]

  14. val ExprLiteral: fastparse.noApi.Parser[Unit]

  15. val Id: fastparse.noApi.Parser[Unit]

    helper printing function

  16. val Ids: fastparse.noApi.Parser[Unit]

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

  18. object Literals

    Definition Classes
    Literals
  19. val Newline: fastparse.all.Parser[Unit]

    Definition Classes
    Literals
  20. val NotNewline: fastparse.all.P0

    Definition Classes
    Literals
  21. val OneNLMax: fastparse.all.P0

    Definition Classes
    Literals
  22. val PatLiteral: fastparse.noApi.Parser[Unit]

  23. val PostDotCheck: fastparse.noApi.P0

    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

  24. val QualId: fastparse.noApi.Parser[Unit]

  25. val Semi: fastparse.all.Parser[Unit]

    Definition Classes
    Literals
  26. val Semis: fastparse.all.Parser[Unit]

    Definition Classes
    Literals
  27. val StableId: fastparse.noApi.P0

  28. val VarId: fastparse.noApi.Parser[Unit]

  29. val WL: fastparse.all.Parser[Unit]

    Definition Classes
    Literals
  30. val WL0: fastparse.all.Parser[Unit]

    Parses whitespace, including newlines.

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

    Definition Classes
    Literals
  31. val WS: fastparse.all.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

    Definition Classes
    Literals
  32. val WhitespaceApi: Wrapper

  33. val _: fastparse.noApi.Parser[Unit]

  34. val _*: fastparse.noApi.Parser[Unit]

  35. val abstract: fastparse.noApi.Parser[Unit]

  36. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  37. val case: fastparse.noApi.Parser[Unit]

  38. val catch: fastparse.noApi.Parser[Unit]

  39. val class: fastparse.noApi.Parser[Unit]

  40. def clone(): AnyRef

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

  42. val do: fastparse.noApi.Parser[Unit]

  43. val else: fastparse.noApi.Parser[Unit]

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

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

    Definition Classes
    AnyRef → Any
  46. val extends: fastparse.noApi.Parser[Unit]

  47. val final: fastparse.noApi.Parser[Unit]

  48. def finalize(): Unit

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

  50. val for: fastparse.noApi.Parser[Unit]

  51. val forSome: fastparse.noApi.Parser[Unit]

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

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

    Definition Classes
    AnyRef → Any
  54. val if: fastparse.noApi.Parser[Unit]

  55. val implicit: fastparse.noApi.Parser[Unit]

  56. val import: fastparse.noApi.Parser[Unit]

  57. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  58. val lazy: fastparse.noApi.Parser[Unit]

  59. val macro: fastparse.noApi.Parser[Unit]

  60. val match: fastparse.noApi.Parser[Unit]

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

    Definition Classes
    AnyRef
  62. val new: fastparse.noApi.Parser[Unit]

  63. final def notify(): Unit

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

    Definition Classes
    AnyRef
  65. val object: fastparse.noApi.Parser[Unit]

  66. val override: fastparse.noApi.Parser[Unit]

  67. val package: fastparse.noApi.Parser[Unit]

  68. val private: fastparse.noApi.Parser[Unit]

  69. val protected: fastparse.noApi.Parser[Unit]

  70. val return: fastparse.noApi.Parser[Unit]

  71. val sealed: fastparse.noApi.Parser[Unit]

  72. val super: fastparse.noApi.Parser[Unit]

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

    Definition Classes
    AnyRef
  74. val this: fastparse.noApi.Parser[Unit]

  75. val throw: fastparse.noApi.Parser[Unit]

  76. def toString(): String

    Definition Classes
    AnyRef → Any
  77. val trait: fastparse.noApi.Parser[Unit]

  78. val try: fastparse.noApi.Parser[Unit]

  79. val type: fastparse.noApi.Parser[Unit]

  80. val val: fastparse.noApi.Parser[Unit]

  81. val var: fastparse.noApi.Parser[Unit]

  82. final def wait(): Unit

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

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

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

  86. val with: fastparse.noApi.Parser[Unit]

  87. val yield: fastparse.noApi.Parser[Unit]

  88. val {: fastparse.noApi.Parser[Unit]

  89. val }: fastparse.noApi.Parser[Unit]

Inherited from Literals

Inherited from AnyRef

Inherited from Any

Ungrouped