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