Object

eu.cdevreeze.xpathparser.parse

DelimitingTerminals

Related Doc: package parse

Permalink

object DelimitingTerminals

Delimiting terminal symbols. No whitespace is skipped during this tokenization. Lookahead is applied when needed to distinguish between different terminal symbols starting with the same character.

When using this object, make sure that a "-" symbol requires a symbol separator (whitespace or comments) if it follows a QName or NCName. The same holds for a "." symbol. Also, if a "." follows or precedes a numeric literal, it requires a symbol separator. (Other than that, symbol separators are only needed for non-delimiting terminal symbols.)

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DelimitingTerminals
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object StringLiterals

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val assignmentSymbol: fastparse.all.P[Unit]

    Permalink
  7. val asterisk: fastparse.all.P[Unit]

    Permalink
  8. val at: fastparse.all.P[Unit]

    Permalink
  9. val bracedUriLiteral: fastparse.all.P[BracedUriLiteral]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val closeBrace: fastparse.all.P[Unit]

    Permalink
  12. val closeBracket: fastparse.all.P[Unit]

    Permalink
  13. val closeParenthesis: fastparse.all.P[Unit]

    Permalink
  14. val colon: fastparse.all.P[Unit]

    Permalink
  15. val comma: fastparse.all.P[Unit]

    Permalink
  16. val dollar: fastparse.all.P[Unit]

    Permalink
  17. val dot: fastparse.all.P[Unit]

    Permalink
  18. val doubleColon: fastparse.all.P[Unit]

    Permalink
  19. val doubleDot: fastparse.all.P[Unit]

    Permalink
  20. val doubleSlash: fastparse.all.P[Unit]

    Permalink
  21. val doubleVerticalBar: fastparse.all.P[Unit]

    Permalink
  22. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. val equals: fastparse.all.P[Unit]

    Permalink
  25. val exclamationMark: fastparse.all.P[Unit]

    Permalink
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. val follows: fastparse.all.P[Unit]

    Permalink
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. val greaterThan: fastparse.all.P[Unit]

    Permalink
  30. val greaterThanOrEqual: fastparse.all.P[Unit]

    Permalink
  31. val hash: fastparse.all.P[Unit]

    Permalink
  32. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  34. val lessThan: fastparse.all.P[Unit]

    Permalink
  35. val lessThanOrEqual: fastparse.all.P[Unit]

    Permalink
  36. val minus: fastparse.all.P[Unit]

    Permalink
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. val notEquals: fastparse.all.P[Unit]

    Permalink
  39. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  41. val openBrace: fastparse.all.P[Unit]

    Permalink
  42. val openBracket: fastparse.all.P[Unit]

    Permalink
  43. val openParenthesis: fastparse.all.P[Unit]

    Permalink
  44. val plus: fastparse.all.P[Unit]

    Permalink
  45. val precedes: fastparse.all.P[Unit]

    Permalink
  46. val questionMark: fastparse.all.P[Unit]

    Permalink
  47. val slash: fastparse.all.P[Unit]

    Permalink
  48. val stringLiteral: fastparse.all.P[StringLiteral]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  51. val verticalBar: fastparse.all.P[Unit]

    Permalink
  52. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped