com.codecommit.gll.Parsers

MappedParser

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

Linear Supertypes
Parser[B], (LineStream) ⇒ Stream[Result[B]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MappedParser
  2. Parser
  3. Function1
  4. AnyRef
  5. 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

Instance Constructors

  1. new MappedParser(p: Parser[A], f1: (LineStream, A) ⇒ B)

Abstract Value Members

  1. abstract def apply(v1: LineStream): Stream[Result[B]]

    Definition Classes
    Function1
  2. abstract def chain(t: Trampoline, in: LineStream)(f: (Result[B]) ⇒ Unit): Unit

    Definition Classes
    Parser
  3. abstract def mapWithTail[R2](f: (LineStream, B) ⇒ R2): Parser[R2]

    Definition Classes
    Parser
  4. abstract val terminal: Boolean

    Definition Classes
    Parser

Concrete 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 *(sep: Parser[_]): Parser[List[B]]

    Definition Classes
    Parser
  5. def *(): Parser[List[B]]

    Definition Classes
    Parser
  6. def +(sep: Parser[_]): Parser[List[B]]

    Definition Classes
    Parser
  7. def +(): Parser[List[B]]

    Definition Classes
    Parser
  8. def +?: Parser[Option[List[B]]]

    Definition Classes
    Parser
  9. def ->[B](y: B): (MappedParser[A, B], B)

    Implicit information
    This member is added by an implicit conversion from MappedParser[A, B] to ArrowAssoc[MappedParser[A, B]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  10. def <~[R2](that: Parser[R2]): Parser[B]

    Definition Classes
    Parser
  11. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  13. def ?(): Parser[Option[B]]

    Definition Classes
    Parser
  14. def \(not: TerminalParser[Any]): Parser[B]

    Definition Classes
    Parser
  15. def ^^^[R2](v: ⇒ R2): Parser[R2]

    Definition Classes
    Parser
  16. def andThen[A](g: (Stream[Result[B]]) ⇒ A): (LineStream) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  17. def apply(str: String): Stream[Result[B]]

    Definition Classes
    Parser
  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def compose[A](g: (A) ⇒ LineStream): (A) ⇒ Stream[Result[B]]

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  21. def computeFirst(s: Set[Parser[Any]]): Option[Set[Option[Char]]]

    returns

    The FIRST set for this parser, or the empty set if the production goes to \epsilon.

    Definition Classes
    MappedParserParser
  22. def ensuring(cond: (MappedParser[A, B]) ⇒ Boolean, msg: ⇒ Any): MappedParser[A, B]

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  28. def filter(f: (B) ⇒ Boolean): Parser[B]

    Definition Classes
    Parser
  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. lazy val first: Set[Char]

    Definition Classes
    Parser
  31. def flatMap[R2](f1: (B) ⇒ Parser[R2]): Parser[R2]

    Definition Classes
    Parser
  32. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from MappedParser[A, B] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  33. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  36. def isPreferred: Boolean

    Definition Classes
    Parser
  37. def map[R2](f: (B) ⇒ R2): Parser[R2]

    Definition Classes
    Parser
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  41. def orElse[R2 >: B](alternate: ⇒ Parser[R2]): Parser[R2]

    Definition Classes
    Parser
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    MappedParser → Function1 → AnyRef → Any
  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def ~[R2](that: Parser[R2]): Parser[~[B, R2]]

    Definition Classes
    Parser
  48. def ~>[R2](that: Parser[R2]): Parser[R2]

    Definition Classes
    Parser
  49. def [B](y: B): (MappedParser[A, B], B)

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

Shadowed Implicit Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from MappedParser[A, B] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (mappedParser: StringAdd).+(other)
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from MappedParser[A, B] 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:
    (mappedParser: StringAdd).self
    Definition Classes
    StringAdd
  3. val self: Any

    Implicit information
    This member is added by an implicit conversion from MappedParser[A, B] 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:
    (mappedParser: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: MappedParser[A, B]

    Implicit information
    This member is added by an implicit conversion from MappedParser[A, B] to ArrowAssoc[MappedParser[A, B]] 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:
    (mappedParser: ArrowAssoc[MappedParser[A, B]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: MappedParser[A, B]

    Implicit information
    This member is added by an implicit conversion from MappedParser[A, B] to Ensuring[MappedParser[A, B]] 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:
    (mappedParser: Ensuring[MappedParser[A, B]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Parser[B]

Inherited from (LineStream) ⇒ Stream[Result[B]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MappedParser[A, B] to StringAdd

Inherited by implicit conversion any2stringfmt from MappedParser[A, B] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from MappedParser[A, B] to ArrowAssoc[MappedParser[A, B]]

Inherited by implicit conversion any2Ensuring from MappedParser[A, B] to Ensuring[MappedParser[A, B]]

Ungrouped