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
Ordering
- Alphabetic
- By Inheritance
Inherited
- DelimitingTerminals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assignmentSymbol[_](implicit arg0: P[Any]): P[Unit]
- def asterisk[_](implicit arg0: P[Any]): P[Unit]
- def asteriskColon[_](implicit arg0: P[Any]): P[Unit]
- def at[_](implicit arg0: P[Any]): P[Unit]
- def bracedUriLiteral[_](implicit arg0: P[Any]): P[BracedUriLiteral]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def closeBrace[_](implicit arg0: P[Any]): P[Unit]
- def closeBracket[_](implicit arg0: P[Any]): P[Unit]
- def closeParenthesis[_](implicit arg0: P[Any]): P[Unit]
- def colon[_](implicit arg0: P[Any]): P[Unit]
- def colonAsterisk[_](implicit arg0: P[Any]): P[Unit]
- def comma[_](implicit arg0: P[Any]): P[Unit]
- def dollar[_](implicit arg0: P[Any]): P[Unit]
- def dot[_](implicit arg0: P[Any]): P[Unit]
- def doubleArrow[_](implicit arg0: P[Any]): P[Unit]
- def doubleColon[_](implicit arg0: P[Any]): P[Unit]
- def doubleDot[_](implicit arg0: P[Any]): P[Unit]
- def doubleSlash[_](implicit arg0: P[Any]): P[Unit]
- def doubleVerticalBar[_](implicit arg0: P[Any]): P[Unit]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals[_](implicit arg0: P[Any]): P[Unit]
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exclamationMark[_](implicit arg0: P[Any]): P[Unit]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def follows[_](implicit arg0: P[Any]): P[Unit]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def greaterThan[_](implicit arg0: P[Any]): P[Unit]
- def greaterThanOrEqual[_](implicit arg0: P[Any]): P[Unit]
- def hash[_](implicit arg0: P[Any]): P[Unit]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lessThan[_](implicit arg0: P[Any]): P[Unit]
- def lessThanOrEqual[_](implicit arg0: P[Any]): P[Unit]
- def minus[_](implicit arg0: P[Any]): P[Unit]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notEquals[_](implicit arg0: P[Any]): P[Unit]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def openBrace[_](implicit arg0: P[Any]): P[Unit]
- def openBracket[_](implicit arg0: P[Any]): P[Unit]
- def openParenthesis[_](implicit arg0: P[Any]): P[Unit]
- def plus[_](implicit arg0: P[Any]): P[Unit]
- def precedes[_](implicit arg0: P[Any]): P[Unit]
- def questionMark[_](implicit arg0: P[Any]): P[Unit]
- def slash[_](implicit arg0: P[Any]): P[Unit]
- def stringLiteral[_](implicit arg0: P[Any]): P[StringLiteral]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def verticalBar[_](implicit arg0: P[Any]): P[Unit]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object StringLiterals