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