Packages

o

eu.cdevreeze.xpathparser.parse

DelimitingTerminals

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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val assignmentSymbol: fastparse.all.P[Unit]
  6. val asterisk: fastparse.all.P[Unit]
  7. val at: fastparse.all.P[Unit]
  8. val bracedUriLiteral: fastparse.all.P[BracedUriLiteral]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val closeBrace: fastparse.all.P[Unit]
  11. val closeBracket: fastparse.all.P[Unit]
  12. val closeParenthesis: fastparse.all.P[Unit]
  13. val colon: fastparse.all.P[Unit]
  14. val comma: fastparse.all.P[Unit]
  15. val dollar: fastparse.all.P[Unit]
  16. val dot: fastparse.all.P[Unit]
  17. val doubleColon: fastparse.all.P[Unit]
  18. val doubleDot: fastparse.all.P[Unit]
  19. val doubleSlash: fastparse.all.P[Unit]
  20. val doubleVerticalBar: fastparse.all.P[Unit]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. val equals: fastparse.all.P[Unit]
  24. val exclamationMark: fastparse.all.P[Unit]
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. val follows: fastparse.all.P[Unit]
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  28. val greaterThan: fastparse.all.P[Unit]
  29. val greaterThanOrEqual: fastparse.all.P[Unit]
  30. val hash: fastparse.all.P[Unit]
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. val lessThan: fastparse.all.P[Unit]
  34. val lessThanOrEqual: fastparse.all.P[Unit]
  35. val minus: fastparse.all.P[Unit]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. val notEquals: fastparse.all.P[Unit]
  38. final def notify(): Unit
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  40. val openBrace: fastparse.all.P[Unit]
  41. val openBracket: fastparse.all.P[Unit]
  42. val openParenthesis: fastparse.all.P[Unit]
  43. val plus: fastparse.all.P[Unit]
  44. val precedes: fastparse.all.P[Unit]
  45. val questionMark: fastparse.all.P[Unit]
  46. val slash: fastparse.all.P[Unit]
  47. val stringLiteral: fastparse.all.P[StringLiteral]
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. val verticalBar: fastparse.all.P[Unit]
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. object StringLiterals

Inherited from AnyRef

Inherited from Any

Ungrouped