org.fusesource.scalate.tool.commands

SspParser

class SspParser extends ScalaParseSupport

Source
SspParser.scala
Linear Supertypes
ScalaParseSupport, RegexParsers, Parsers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SspParser
  2. ScalaParseSupport
  3. RegexParsers
  4. Parsers
  5. AnyRef
  6. 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 SspParser()

Type Members

  1. type Elem = Char

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

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

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

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

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

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

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

    Definition Classes
    Parsers
  9. case class Success[+T] extends ParseResult[T] with Product with Serializable

    Definition Classes
    Parsers
  10. case class ~[+a, +b] extends Product with Serializable

    Definition Classes
    Parsers

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 SspParser to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (SspParser, B)

    Implicit information
    This member is added by an implicit conversion from SspParser to ArrowAssoc[SspParser] 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. val EofCh: Char

    Definition Classes
    ScalaParseSupport
  9. object NoSuccess

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

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

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

    Definition Classes
    ScalaParseSupport → Parsers
  13. def accept[ES](es: ES)(implicit arg0: (ES) ⇒ List[Elem]): Parser[List[Elem]]

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

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

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

    Definition Classes
    Parsers
  17. def acceptSeq[ES](es: ES)(implicit arg0: (ES) ⇒ Iterable[Elem]): Parser[List[Elem]]

    Definition Classes
    Parsers
  18. val altCommentFragment: Parser[CommentFragment]

  19. lazy val anyChar: Parser[Char]

    Definition Classes
    ScalaParseSupport
  20. val anySpace: Parser[Text]

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. val attribute: Parser[ScriptletFragment]

  23. val attributeFragement: Parser[ScriptletFragment]

  24. def chainl1[T, U](first: ⇒ Parser[T], p: ⇒ Parser[U], q: ⇒ Parser[(T, U) ⇒ T]): Parser[T]

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

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

    Definition Classes
    Parsers
  27. lazy val charEscapeSeq: Parser[Char]

    Definition Classes
    ScalaParseSupport
  28. lazy val characterLiteral: Parser[String]

    Definition Classes
    ScalaParseSupport
  29. def chrExcept(cs: Char*): Parser[Char]

    Definition Classes
    ScalaParseSupport
  30. def chrOf(cs: String): Parser[Char]

    Definition Classes
    ScalaParseSupport
  31. def chrOf(cs: Char*): Parser[Char]

    Definition Classes
    ScalaParseSupport
  32. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val commentFragment: Parser[CommentFragment]

  34. def commit[T](p: ⇒ Parser[T]): Parser[T]

    Definition Classes
    Parsers
  35. def directives: Parser[ScriptletFragment]

  36. val dollarExpressionFragment: Parser[ExpressionFragment]

  37. lazy val doubleQuotedChars: Parser[String]

    Definition Classes
    ScalaParseSupport
  38. def dquoted[T](p: Parser[T]): Parser[T]

    Definition Classes
    ScalaParseSupport
  39. def elem(e: Elem): Parser[Elem]

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

    Definition Classes
    Parsers
  41. def ensuring(cond: (SspParser) ⇒ Boolean, msg: ⇒ Any): SspParser

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

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

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

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

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

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

    Definition Classes
    Parsers
  48. val expressionFragment: Parser[ExpressionFragment]

  49. def failure(msg: String): Parser[Nothing]

    Definition Classes
    Parsers
  50. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  53. def getPageFragments(in: String): List[PageFragment]

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

    Definition Classes
    Parsers
  55. def guarded[T, U](p1: Parser[T], p2: Parser[U]): Parser[U]

    Definition Classes
    ScalaParseSupport
  56. def handleWhiteSpace(source: CharSequence, offset: Int): Int

    Attributes
    protected
    Definition Classes
    RegexParsers
  57. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  58. lazy val hexDigit: Parser[Char]

    Definition Classes
    ScalaParseSupport
  59. val identifier: Parser[Text]

  60. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  61. implicit def literal(s: String): Parser[String]

    Definition Classes
    RegexParsers
  62. val literalPart: Parser[Text]

  63. def log[T](p: ⇒ Parser[T])(name: String): Parser[T]

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

    Definition Classes
    Parsers
  65. lazy val multiLineChars: Parser[String]

    Definition Classes
    ScalaParseSupport
  66. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  67. val nonParenText: Parser[String]

  68. def not[T](p: ⇒ Parser[T]): Parser[Unit]

    Definition Classes
    Parsers
  69. final def notify(): Unit

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

    Definition Classes
    AnyRef
  71. lazy val octalDigit: Parser[Char]

    Definition Classes
    ScalaParseSupport
  72. lazy val octalEscapeSeq: Parser[Char]

    Definition Classes
    ScalaParseSupport
  73. def opt[T](p: ⇒ Parser[T]): Parser[Option[T]]

    Definition Classes
    Parsers
  74. val pageFragment: Parser[PageFragment]

  75. val pageFragments: Parser[List[PageFragment]]

  76. def parse[T](p: Parser[T], in: Reader): ParseResult[T]

    Definition Classes
    RegexParsers
  77. def parse[T](p: Parser[T], in: CharSequence): ParseResult[T]

    Definition Classes
    RegexParsers
  78. def parse[T](p: Parser[T], in: Reader[Char]): ParseResult[T]

    Definition Classes
    RegexParsers
  79. def parseAll[T](p: Parser[T], in: CharSequence): ParseResult[T]

    Definition Classes
    RegexParsers
  80. def parseAll[T](p: Parser[T], in: Reader): ParseResult[T]

    Definition Classes
    RegexParsers
  81. def parseAll[T](p: Parser[T], in: Reader[Char]): ParseResult[T]

    Definition Classes
    RegexParsers
  82. def phrase[T](p: Parser[T]): Parser[T]

    Definition Classes
    RegexParsers → Parsers
  83. def positioned[T <: Positional](p: ⇒ Parser[T]): Parser[T]

    Definition Classes
    RegexParsers → Parsers
  84. def prefixed[T, U](p1: Parser[T], p2: Parser[U]): Parser[U]

    Definition Classes
    ScalaParseSupport
  85. implicit def regex(r: Regex): Parser[String]

    Definition Classes
    RegexParsers
  86. def rep[T](p: ⇒ Parser[T]): Parser[List[T]]

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

    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.

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

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

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

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

    Definition Classes
    Parsers
  92. def scalaExpression: Parser[Text]

  93. val scalaType: Regex

    Definition Classes
    ScalaParseSupport
  94. val scalaTypeChar: String

    Definition Classes
    ScalaParseSupport
  95. val scriptletFragment: Parser[ScriptletFragment]

  96. def skipWhitespace: Boolean

    Definition Classes
    SspParser → RegexParsers
  97. var skipWhitespaceOn: Boolean

  98. def skip_whitespace[T](p: ⇒ Parser[T]): Parser[T]

  99. val someText: Parser[Text]

  100. def someUpto[T](p: Parser[T]): Parser[Text]

    Definition Classes
    ScalaParseSupport
  101. def squoted[T](p: Parser[T]): Parser[T]

    Definition Classes
    ScalaParseSupport
  102. lazy val stringLiteral: Parser[String]

    Definition Classes
    ScalaParseSupport
  103. def success[T](v: T): Parser[T]

    Definition Classes
    Parsers
  104. def surround[T](delim: Parser[Any], p: Parser[T]): Parser[T]

    Definition Classes
    ScalaParseSupport
  105. def surround[T](c: Char, p: Parser[T]): Parser[T]

    Definition Classes
    ScalaParseSupport
  106. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  107. val tagEnding: Parser[String]

  108. def takeUntil(cond: Parser[Any], p: Parser[Char]): Parser[String]

    Definition Classes
    ScalaParseSupport
  109. def takeUntil(cond: Parser[Any]): Parser[String]

    Definition Classes
    ScalaParseSupport
  110. def takeWhile(p: Parser[Char]): Parser[String]

    Definition Classes
    ScalaParseSupport
  111. def text(p1: Parser[String]): Parser[Text]

    Definition Classes
    ScalaParseSupport
  112. val textFragment: Parser[TextFragment]

  113. def toString(): String

    Definition Classes
    AnyRef → Any
  114. def tquoted[T](p: Parser[T]): Parser[T]

    Definition Classes
    ScalaParseSupport
  115. lazy val tripleQuote: Parser[Unit]

    Definition Classes
    ScalaParseSupport
  116. val typeName: Parser[Text]

  117. lazy val uniEscapeSeq: Parser[Char]

    Definition Classes
    ScalaParseSupport
  118. def upto[T](p: Parser[T]): Parser[Text]

    Definition Classes
    ScalaParseSupport
  119. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  122. val whiteSpace: Regex

    Attributes
    protected
    Definition Classes
    RegexParsers
  123. def wrapped[T, U](prefix: Parser[T], postfix: Parser[U]): Parser[Text]

    Definition Classes
    ScalaParseSupport
  124. def [B](y: B): (SspParser, B)

    Implicit information
    This member is added by an implicit conversion from SspParser to ArrowAssoc[SspParser] 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 SspParser 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:
    (sspParser: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from SspParser 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:
    (sspParser: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def lastNoSuccess: NoSuccess

    Definition Classes
    Parsers
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) lastNoSuccess was not thread-safe and will be removed in 2.11.0

  2. def lastNoSuccess_=(x: NoSuccess): Unit

    Definition Classes
    Parsers
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) lastNoSuccess was not thread-safe and will be removed in 2.11.0

  3. def x: SspParser

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

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: SspParser

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ScalaParseSupport

Inherited from RegexParsers

Inherited from Parsers

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SspParser to StringAdd

Inherited by implicit conversion any2stringfmt from SspParser to StringFormat

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

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

Ungrouped