package parser
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- parser
- LightqlParser
- Operators
- BasicParsers
- Helpers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
NamedFunction[T, V] extends (T) ⇒ V with Product with Serializable
- Attributes
- protected[this]
- Definition Classes
- Helpers
-
type
StringMutable[+T] = Mutable[T, Char, String]
- Attributes
- protected
-
type
StringMutableFailure = Failure[Char, String]
- Attributes
- protected
-
type
StringMutableSuccess[T] = Success[T, Char, String]
- Attributes
- protected
-
type
StringParseCtx = ParseCtx[Char, String]
- Attributes
- protected
- type StringParsed[+T] = Parsed[T, Char, String]
-
type
StringParser[+T] = Parser[T, Char, String]
- Attributes
- protected
Value Members
-
val
Digits: NamedFunction[Char, Boolean]
- Attributes
- protected[this]
- Definition Classes
- Helpers
-
val
Whitespace: NamedFunction[Char, Boolean]
- Attributes
- protected[this]
- Definition Classes
- Helpers
-
val
charSeq: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
clauseOperator: Parser[BinaryOperator, Char, String]
- Attributes
- protected[this]
- Definition Classes
- Operators
-
val
clauseTree: fastparse.noApi.Parser[ClauseTree]
ClauseTree section
ClauseTree section
- Attributes
- protected[this]
- Definition Classes
- LightqlParser
-
val
closeBracket: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
closeParen: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
closeParenLah: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
dMHms: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
date: Parser[DateTime, Char, String]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
dateFormat: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
dateTimeFormatter: DateTimeFormatter
- Attributes
- protected[this]
- Definition Classes
- Helpers
-
val
digits: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
double: Parser[Double, Char, String]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
eqOperator: Parser[EqualityOperator, Char, String]
- Attributes
- protected[this]
- Definition Classes
- Operators
-
val
integer: Parser[Int, Char, String]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
integral: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
def
list[T](p: fastparse.all.Parser[T]): fastparse.all.Parser[List[T]]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
logicOperator: Parser[BinaryOperator with LogicOperator, Char, String]
- Attributes
- protected[this]
- Definition Classes
- Operators
-
val
matchingOperator: Parser[MatchingOperator, Char, String]
- Attributes
- protected[this]
- Definition Classes
- Operators
-
def
monospaced[T](p: fastparse.all.Parser[T]): fastparse.all.Parser[T]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
numericOperator: Parser[BinaryOperator, Char, String]
- Attributes
- protected[this]
- Definition Classes
- Operators
-
val
oneSpaceAtLeast: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
openBracket: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
openParen: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
openParenLah: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
def
parenBlock[T](p: fastparse.all.Parser[T]): fastparse.all.Parser[Vector[T]]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
- def parse(s: String): StringParsed[Query]
-
def
parseDate(date: String): DateTime
- Attributes
- protected[this]
- Definition Classes
- Helpers
-
def
quoted[T](p: fastparse.all.Parser[T]): fastparse.all.Parser[String]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
seconds: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
space: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
time: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
tz: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
-
val
white: Wrapper
- Attributes
- protected
-
val
year: fastparse.all.Parser[Unit]
- Attributes
- protected[this]
- Definition Classes
- BasicParsers
- object LightqlParser extends LightqlParser