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

Inherited from AnyRef

Inherited from Any

Ungrouped