com.codecommit.gll

Parsers

trait Parsers extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Parsers
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class DisjunctiveParser[A] extends NonTerminalParser[A] with Thunkable

  2. case class LiteralParser(str: String) extends TerminalParser[String] with Product with Serializable

  3. abstract class MappedParser[A, +B] extends Parser[B]

  4. trait NonTerminalParser[+R] extends Parser[R]

  5. sealed trait Parser[+R] extends (LineStream) ⇒ Stream[Result[R]]

  6. class RichParser[A] extends AnyRef

  7. class RichSyntax1[A] extends AnyRef

  8. class RichSyntax2[A, B] extends AnyRef

  9. class RichSyntax3l[A, B, C] extends AnyRef

  10. class RichSyntax3r[A, B, C] extends AnyRef

  11. class RichSyntax4ll[A, B, C, D] extends AnyRef

  12. class RichSyntax4lr[A, B, C, D] extends AnyRef

  13. class RichSyntax4rl[A, B, C, D] extends AnyRef

  14. class RichSyntax4rr[A, B, C, D] extends AnyRef

  15. class RichSyntax5lll[A, B, C, D, E] extends AnyRef

  16. class RichSyntax5llr[A, B, C, D, E] extends AnyRef

  17. class RichSyntax5lrl[A, B, C, D, E] extends AnyRef

  18. class RichSyntax5lrr[A, B, C, D, E] extends AnyRef

  19. class RichSyntax5rll[A, B, C, D, E] extends AnyRef

  20. class RichSyntax5rlr[A, B, C, D, E] extends AnyRef

  21. class RichSyntax5rrl[A, B, C, D, E] extends AnyRef

  22. class RichSyntax5rrr[A, B, C, D, E] extends AnyRef

  23. class RichSyntax6[A, B, C, D, E, F] extends AnyRef

  24. class RichSyntax7[A, B, C, D, E, F, G] extends AnyRef

  25. class RichSyntax8[A, B, C, D, E, F, G, H] extends AnyRef

  26. class SequentialParser[+A, +B] extends NonTerminalParser[~[A, B]]

  27. trait TerminalParser[+R] extends Parser[R]

  28. class Trampoline extends AnyRef

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Parsers to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Parsers, B)

    Implicit information
    This member is added by an implicit conversion from Parsers to ArrowAssoc[Parsers] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. implicit def disjunctiveLiterals(left: String): RichParser[String]

  11. implicit def disjunctiveSyntax[A](left: ⇒ Parser[A]): RichParser[A]

  12. def ensuring(cond: (Parsers) ⇒ Boolean, msg: ⇒ Any): Parsers

    Implicit information
    This member is added by an implicit conversion from Parsers to Ensuring[Parsers] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Parsers) ⇒ Boolean): Parsers

    Implicit information
    This member is added by an implicit conversion from Parsers to Ensuring[Parsers] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Parsers

    Implicit information
    This member is added by an implicit conversion from Parsers to Ensuring[Parsers] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Parsers

    Implicit information
    This member is added by an implicit conversion from Parsers to Ensuring[Parsers] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Parsers to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. implicit def funLitSyntax(p: String): RichSyntax1[String]

  21. implicit def funSyntax1[A](p: Parser[A]): RichSyntax1[A]

  22. implicit def funSyntax2[A, B](p: Parser[~[A, B]]): RichSyntax2[A, B]

  23. implicit def funSyntax3l[A, B, C](p: Parser[~[~[A, B], C]]): RichSyntax3l[A, B, C]

  24. implicit def funSyntax3r[A, B, C](p: Parser[~[A, ~[B, C]]]): RichSyntax3r[A, B, C]

  25. implicit def funSyntax4ll[A, B, C, D](p: Parser[~[~[~[A, B], C], D]]): RichSyntax4ll[A, B, C, D]

  26. implicit def funSyntax4lr[A, B, C, D](p: Parser[~[~[A, ~[B, C]], D]]): RichSyntax4lr[A, B, C, D]

  27. implicit def funSyntax4rl[A, B, C, D](p: Parser[~[A, ~[~[B, C], D]]]): RichSyntax4rl[A, B, C, D]

  28. implicit def funSyntax4rr[A, B, C, D](p: Parser[~[A, ~[B, ~[C, D]]]]): RichSyntax4rr[A, B, C, D]

  29. implicit def funSyntax5lll[A, B, C, D, E](p: Parser[~[~[~[~[A, B], C], D], E]]): RichSyntax5lll[A, B, C, D, E]

  30. implicit def funSyntax5llr[A, B, C, D, E](p: Parser[~[~[~[A, ~[B, C]], D], E]]): RichSyntax5llr[A, B, C, D, E]

  31. implicit def funSyntax5lrl[A, B, C, D, E](p: Parser[~[~[A, ~[~[B, C], D]], E]]): RichSyntax5lrl[A, B, C, D, E]

  32. implicit def funSyntax5lrr[A, B, C, D, E](p: Parser[~[~[A, ~[B, ~[C, D]]], E]]): RichSyntax5lrr[A, B, C, D, E]

  33. implicit def funSyntax5rll[A, B, C, D, E](p: Parser[~[~[A, B], ~[~[C, D], E]]]): RichSyntax5rll[A, B, C, D, E]

  34. implicit def funSyntax5rlr[A, B, C, D, E](p: Parser[~[~[A, B], ~[C, ~[D, E]]]]): RichSyntax5rlr[A, B, C, D, E]

  35. implicit def funSyntax5rrl[A, B, C, D, E](p: Parser[~[A, ~[B, ~[~[C, D], E]]]]): RichSyntax5rrl[A, B, C, D, E]

  36. implicit def funSyntax5rrr[A, B, C, D, E](p: Parser[~[A, ~[B, ~[C, ~[D, E]]]]]): RichSyntax5rrr[A, B, C, D, E]

  37. implicit def funSyntax6[A, B, C, D, E, F](p: Parser[~[~[~[~[~[A, B], C], D], E], F]]): RichSyntax6[A, B, C, D, E, F]

  38. implicit def funSyntax7[A, B, C, D, E, F, G](p: Parser[~[~[~[~[~[~[A, B], C], D], E], F], G]]): RichSyntax7[A, B, C, D, E, F, G]

  39. implicit def funSyntax8[A, B, C, D, E, F, G, H](p: Parser[~[~[~[~[~[~[~[A, B], C], D], E], F], G], H]]): RichSyntax8[A, B, C, D, E, F, G, H]

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

    Definition Classes
    AnyRef → Any
  41. def handleWhitespace(s: LineStream): LineStream

    Attributes
    protected
  42. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  43. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  44. implicit def literal(str: String): LiteralParser

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

    Definition Classes
    AnyRef
  46. final def notify(): Unit

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

    Definition Classes
    AnyRef
  48. def opt[A](p: Parser[A]): Parser[Option[A]]

  49. def rep[A](p: Parser[A]): Parser[List[A]]

  50. def rep1[A](p: Parser[A]): Parser[List[A]]

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

    Definition Classes
    AnyRef
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def [B](y: B): (Parsers, B)

    Implicit information
    This member is added by an implicit conversion from Parsers to ArrowAssoc[Parsers] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Parsers to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (parsers: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Parsers to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (parsers: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Parsers

    Implicit information
    This member is added by an implicit conversion from Parsers to ArrowAssoc[Parsers] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (parsers: ArrowAssoc[Parsers]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Parsers

    Implicit information
    This member is added by an implicit conversion from Parsers to Ensuring[Parsers] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (parsers: Ensuring[Parsers]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Parsers to StringAdd

Inherited by implicit conversion any2stringfmt from Parsers to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Parsers to ArrowAssoc[Parsers]

Inherited by implicit conversion any2Ensuring from Parsers to Ensuring[Parsers]

Ungrouped