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. Protected

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

Inherited from AnyRef

Inherited from Any

Ungrouped