Class/Object

com.github.kardapoltsev.astparser.parser.doc

DocLexer

Related Docs: object DocLexer | package doc

Permalink

class DocLexer extends BaseLexer

Linear Supertypes
BaseLexer, Scanners, Parsers, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocLexer
  2. BaseLexer
  3. Scanners
  4. Parsers
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DocLexer()

    Permalink

Type Members

  1. type Elem = Char

    Permalink
    Definition Classes
    Scanners → Parsers
  2. case class Error extends NoSuccess with Product with Serializable

    Permalink
    Definition Classes
    Parsers
  3. case class Failure extends NoSuccess with Product with Serializable

    Permalink
    Definition Classes
    Parsers
  4. type Input = Reader[Elem]

    Permalink
    Definition Classes
    Parsers
  5. sealed abstract class NoSuccess extends ParseResult[Nothing]

    Permalink
    Definition Classes
    Parsers
  6. trait OnceParser[+T] extends Parser[T]

    Permalink
    Definition Classes
    Parsers
  7. sealed abstract class ParseResult[+T] extends AnyRef

    Permalink
    Definition Classes
    Parsers
  8. abstract class Parser[+T] extends (Input) ⇒ ParseResult[T]

    Permalink
    Definition Classes
    Parsers
  9. class Scanner extends Reader[scala.util.parsing.combinator.lexical.Scanners.Token]

    Permalink
    Definition Classes
    Scanners
  10. case class Success[+T] extends ParseResult[T] with Product with Serializable

    Permalink
    Definition Classes
    Parsers
  11. type Token = DocLexer.Token

    Permalink
    Definition Classes
    DocLexer → Scanners
  12. case class ~[+a, +b] extends Product with Serializable

    Permalink
    Definition Classes
    Parsers

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. object NoSuccess

    Permalink
    Definition Classes
    Parsers
  7. def OnceParser[T](f: (Input) ⇒ ParseResult[T]): Parser[T] with OnceParser[T]

    Permalink
    Definition Classes
    Parsers
  8. def Parser[T](f: (Input) ⇒ ParseResult[T]): Parser[T]

    Permalink
    Definition Classes
    Parsers
  9. def accept[U](expected: String, f: PartialFunction[Elem, U]): Parser[U]

    Permalink
    Definition Classes
    Parsers
  10. def accept[ES](es: ES)(implicit f: (ES) ⇒ List[Elem]): Parser[List[Elem]]

    Permalink
    Definition Classes
    Parsers
  11. implicit def accept(e: Elem): Parser[Elem]

    Permalink
    Definition Classes
    Parsers
  12. def acceptIf(p: (Elem) ⇒ Boolean)(err: (Elem) ⇒ String): Parser[Elem]

    Permalink
    Definition Classes
    Parsers
  13. def acceptMatch[U](expected: String, f: PartialFunction[Elem, U]): Parser[U]

    Permalink
    Definition Classes
    Parsers
  14. def acceptSeq[ES](es: ES)(implicit f: (ES) ⇒ Iterable[Elem]): Parser[List[Elem]]

    Permalink
    Definition Classes
    Parsers
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def backtick: Parser[Token]

    Permalink
    Attributes
    protected
  17. def chainl1[T, U](first: ⇒ Parser[T], p: ⇒ Parser[U], q: ⇒ Parser[(T, U) ⇒ T]): Parser[T]

    Permalink
    Definition Classes
    Parsers
  18. def chainl1[T](p: ⇒ Parser[T], q: ⇒ Parser[(T, T) ⇒ T]): Parser[T]

    Permalink
    Definition Classes
    Parsers
  19. def chainr1[T, U](p: ⇒ Parser[T], q: ⇒ Parser[(T, U) ⇒ U], combine: (T, U) ⇒ U, first: U): Parser[U]

    Permalink
    Definition Classes
    Parsers
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def commit[T](p: ⇒ Parser[T]): Parser[T]

    Permalink
    Definition Classes
    Parsers
  22. def dot: Parser[Dot]

    Permalink
    Attributes
    protected
  23. def elem(e: Elem): Parser[Elem]

    Permalink
    Definition Classes
    Parsers
  24. def elem(kind: String, p: (Elem) ⇒ Boolean): Parser[Elem]

    Permalink
    Definition Classes
    Parsers
  25. def ensuring(cond: (DocLexer) ⇒ Boolean, msg: ⇒ Any): DocLexer

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def err(msg: String): Parser[Nothing]

    Permalink
    Definition Classes
    Parsers
  32. def errorToken(msg: String): Token

    Permalink
    Definition Classes
    DocLexer → Scanners
  33. def failure(msg: String): Parser[Nothing]

    Permalink
    Definition Classes
    Parsers
  34. def finalize(): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from DocLexer to StringFormat[DocLexer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def guard[T](p: ⇒ Parser[T]): Parser[T]

    Permalink
    Definition Classes
    Parsers
  38. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  39. def identifier: Parser[Token]

    Permalink
    Attributes
    protected
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def isPrintableChar(c: Char): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BaseLexer
  42. def log[T](p: ⇒ Parser[T])(name: String): Parser[T]

    Permalink
    Definition Classes
    Parsers
  43. def mkList[T]: (~[T, List[T]]) ⇒ List[T]

    Permalink
    Definition Classes
    Parsers
  44. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. def newline: Parser[Token]

    Permalink
    Attributes
    protected
  46. def not[T](p: ⇒ Parser[T]): Parser[Unit]

    Permalink
    Definition Classes
    Parsers
  47. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. def opt[T](p: ⇒ Parser[T]): Parser[Option[T]]

    Permalink
    Definition Classes
    Parsers
  50. def phrase[T](p: Parser[T]): Parser[T]

    Permalink
    Definition Classes
    Parsers
  51. def positioned[T <: Positional](p: ⇒ Parser[T]): Parser[T]

    Permalink
    Definition Classes
    Parsers
  52. def rep[T](p: ⇒ Parser[T]): Parser[List[T]]

    Permalink
    Definition Classes
    Parsers
  53. def rep1[T](first: ⇒ Parser[T], p0: ⇒ Parser[T]): Parser[List[T]]

    Permalink
    Definition Classes
    Parsers
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The p0 call-by-name arguments is evaluated at most once per constructed Parser object, instead of on every need that arises during parsing.

  54. def rep1[T](p: ⇒ Parser[T]): Parser[List[T]]

    Permalink
    Definition Classes
    Parsers
  55. def rep1sep[T](p: ⇒ Parser[T], q: ⇒ Parser[Any]): Parser[List[T]]

    Permalink
    Definition Classes
    Parsers
  56. def repN[T](num: Int, p: ⇒ Parser[T]): Parser[List[T]]

    Permalink
    Definition Classes
    Parsers
  57. def repsep[T](p: ⇒ Parser[T], q: ⇒ Parser[Any]): Parser[List[T]]

    Permalink
    Definition Classes
    Parsers
  58. def scan(input: CharSequence): List[Token]

    Permalink
    Definition Classes
    BaseLexer
  59. def scan(input: Reader[Char]): List[Token]

    Permalink
    Definition Classes
    BaseLexer
    Annotations
    @SuppressWarnings()
  60. def specialCharacters: Parser[Token]

    Permalink
    Attributes
    protected
  61. def success[T](v: T): Parser[T]

    Permalink
    Definition Classes
    Parsers
  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  63. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  64. def token: Parser[Token]

    Permalink
    Definition Classes
    DocLexer → Scanners
  65. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def whitespace: Parser[Any]

    Permalink
    Definition Classes
    DocLexer → Scanners
  69. def [B](y: B): (DocLexer, B)

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

Inherited from BaseLexer

Inherited from Scanners

Inherited from Parsers

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DocLexer to any2stringadd[DocLexer]

Inherited by implicit conversion StringFormat from DocLexer to StringFormat[DocLexer]

Inherited by implicit conversion Ensuring from DocLexer to Ensuring[DocLexer]

Inherited by implicit conversion ArrowAssoc from DocLexer to ArrowAssoc[DocLexer]

Ungrouped