class LLKASTParser extends JavaTokenParsers with PackratParsers
Ordering
- Alphabetic
- By Inheritance
Inherited
- LLKASTParser
- PackratParsers
- JavaTokenParsers
- RegexParsers
- Parsers
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LLKASTParser()
Type Members
- type Elem = Char
- Definition Classes
- RegexParsers → Parsers
- case class Error extends NoSuccess with Product with Serializable
- Definition Classes
- Parsers
- case class Failure extends NoSuccess with Product with Serializable
- Definition Classes
- Parsers
- type Input = Reader[Elem]
- Definition Classes
- Parsers
- sealed abstract class NoSuccess extends ParseResult[Nothing]
- Definition Classes
- Parsers
- trait OnceParser[+T] extends Parser[T]
- Definition Classes
- Parsers
- abstract class PackratParser[+T] extends scala.util.parsing.combinator.PackratParsers.Parser[T]
- Definition Classes
- PackratParsers
- class PackratReader[+T] extends Reader[T]
- Definition Classes
- PackratParsers
- sealed abstract class ParseResult[+T] extends AnyRef
- Definition Classes
- Parsers
- abstract class Parser[+T] extends (Input) => ParseResult[T]
- Definition Classes
- Parsers
- case class Success[+T] extends ParseResult[T] with Product with Serializable
- Definition Classes
- Parsers
- case class ~[+a, +b] extends Product with Serializable
- Definition Classes
- Parsers
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from LLKASTParser toany2stringadd[LLKASTParser] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (LLKASTParser, B)
- Implicit
- This member is added by an implicit conversion from LLKASTParser toArrowAssoc[LLKASTParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def OnceParser[T](f: (Input) => ParseResult[T]): Parser[T] with OnceParser[T]
- Definition Classes
- Parsers
- def Parser[T](f: (Input) => ParseResult[T]): Parser[T]
- Definition Classes
- Parsers
- lazy val abs: PackratParser[LambdaAST]
- lazy val absOrAtomWeq: PackratParser[LambdaAST]
- def accept[U](expected: String, f: PartialFunction[Elem, U]): Parser[U]
- Definition Classes
- Parsers
- def accept[ES](es: ES)(implicit f: (ES) => List[Elem]): Parser[List[Elem]]
- Definition Classes
- Parsers
- implicit def accept(e: Elem): Parser[Elem]
- Definition Classes
- Parsers
- def acceptIf(p: (Elem) => Boolean)(err: (Elem) => String): Parser[Elem]
- Definition Classes
- Parsers
- def acceptMatch[U](expected: String, f: PartialFunction[Elem, U]): Parser[U]
- Definition Classes
- Parsers
- def acceptSeq[ES](es: ES)(implicit f: (ES) => Iterable[Elem]): Parser[List[Elem]]
- Definition Classes
- Parsers
- lazy val allformula: PackratParser[LambdaAST]
- lazy val allformula_: PackratParser[LambdaAST]
- lazy val appOrAtomWeq: PackratParser[LambdaAST]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val atom: PackratParser[LambdaAST]
- lazy val atom1: PackratParser[LambdaAST]
- lazy val atom2: PackratParser[Var]
- lazy val atomWeq: PackratParser[LambdaAST]
- lazy val atomregexp: Regex
- lazy val atomsymb: Parser[String]
- def chainl1[T, U](first: => Parser[T], p: => Parser[U], q: => Parser[(T, U) => T]): Parser[T]
- Definition Classes
- Parsers
- def chainl1[T](p: => Parser[T], q: => Parser[(T, T) => T]): Parser[T]
- Definition Classes
- Parsers
- def chainr1[T, U](p: => Parser[T], q: => Parser[(T, U) => U], combine: (T, U) => U, first: U): Parser[U]
- Definition Classes
- Parsers
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def commit[T](p: => Parser[T]): Parser[T]
- Definition Classes
- Parsers
- lazy val conjunction: PackratParser[LambdaAST]
- lazy val conlit: PackratParser[LambdaAST]
- def decimalNumber: Parser[String]
- Definition Classes
- JavaTokenParsers
- lazy val dis_or_con: PackratParser[LambdaAST]
- lazy val disjunction: PackratParser[LambdaAST]
- def elem(e: Elem): Parser[Elem]
- Definition Classes
- Parsers
- def elem(kind: String, p: (Elem) => Boolean): Parser[Elem]
- Definition Classes
- Parsers
- def ensuring(cond: (LLKASTParser) => Boolean, msg: => Any): LLKASTParser
- Implicit
- This member is added by an implicit conversion from LLKASTParser toEnsuring[LLKASTParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (LLKASTParser) => Boolean): LLKASTParser
- Implicit
- This member is added by an implicit conversion from LLKASTParser toEnsuring[LLKASTParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): LLKASTParser
- Implicit
- This member is added by an implicit conversion from LLKASTParser toEnsuring[LLKASTParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): LLKASTParser
- Implicit
- This member is added by an implicit conversion from LLKASTParser toEnsuring[LLKASTParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val eqatom: PackratParser[LambdaAST]
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def err(msg: String): Parser[Nothing]
- Definition Classes
- RegexParsers → Parsers
- lazy val exformula: PackratParser[LambdaAST]
- lazy val exformula_: PackratParser[LambdaAST]
- def failure(msg: String): Parser[Nothing]
- Definition Classes
- Parsers
- def flattenApps(f: LambdaAST): LambdaAST
- def floatingPointNumber: Parser[String]
- Definition Classes
- JavaTokenParsers
- lazy val formula: PackratParser[LambdaAST]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def guard[T](p: => Parser[T]): Parser[T]
- Definition Classes
- Parsers
- def handleWhiteSpace(source: CharSequence, offset: Int): Int
- Attributes
- protected
- Definition Classes
- RegexParsers
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- lazy val iatom1: PackratParser[LambdaAST]
- lazy val iatom2: PackratParser[LambdaAST]
- lazy val iatom3: PackratParser[LambdaAST]
- def ident: Parser[String]
- Definition Classes
- JavaTokenParsers
- lazy val implication: PackratParser[LambdaAST]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def literal(s: String): Parser[String]
- Definition Classes
- RegexParsers
- lazy val literal2: PackratParser[LambdaAST]
- def log[T](p: => Parser[T])(name: String): Parser[T]
- Definition Classes
- Parsers
- def memo[T](p: Parser[T]): PackratParser[T]
- Definition Classes
- PackratParsers
- def mkList[T]: (~[T, List[T]]) => List[T]
- Definition Classes
- Parsers
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val negation: PackratParser[LambdaAST]
- def not[T](p: => Parser[T]): Parser[Unit]
- Definition Classes
- Parsers
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def opt[T](p: => Parser[T]): Parser[Option[T]]
- Definition Classes
- Parsers
- def parens[T](p: Parser[T]): Parser[T]
- def parse[T](p: Parser[T], in: Reader): ParseResult[T]
- Definition Classes
- RegexParsers
- def parse[T](p: Parser[T], in: CharSequence): ParseResult[T]
- Definition Classes
- RegexParsers
- def parse[T](p: Parser[T], in: Reader[Char]): ParseResult[T]
- Definition Classes
- RegexParsers
- def parseAll[T](p: Parser[T], in: CharSequence): ParseResult[T]
- Definition Classes
- RegexParsers
- def parseAll[T](p: Parser[T], in: Reader): ParseResult[T]
- Definition Classes
- RegexParsers
- def parseAll[T](p: Parser[T], in: Reader[Char]): ParseResult[T]
- Definition Classes
- RegexParsers
- def parseFormula(s: String): LambdaAST
- implicit def parser2packrat[T](p: => Parser[T]): PackratParser[T]
- Definition Classes
- PackratParsers
- lazy val pfiatom: Parser[LambdaAST]
- lazy val pformula: PackratParser[LambdaAST]
- def phrase[T](p: Parser[T]): PackratParser[T]
- Definition Classes
- PackratParsers → Parsers
- def positioned[T <: Positional](p: => Parser[T]): Parser[T]
- Definition Classes
- RegexParsers → Parsers
- lazy val qliteral: PackratParser[LambdaAST]
- implicit def regex(r: Regex): Parser[String]
- Definition Classes
- RegexParsers
- def rep[T](p: => Parser[T]): Parser[List[T]]
- Definition Classes
- Parsers
- def rep1[T](first: => Parser[T], p0: => Parser[T]): Parser[List[T]]
- Definition Classes
- Parsers
- def rep1[T](p: => Parser[T]): Parser[List[T]]
- Definition Classes
- Parsers
- def rep1sep[T](p: => Parser[T], q: => Parser[Any]): Parser[List[T]]
- Definition Classes
- Parsers
- def repN[T](num: Int, p: => Parser[T]): Parser[List[T]]
- Definition Classes
- Parsers
- def repNM[T](n: Int, m: Int, p: Parser[T], sep: Parser[Any]): Parser[List[T]]
- Definition Classes
- Parsers
- def repsep[T](p: => Parser[T], q: => Parser[Any]): Parser[List[T]]
- Definition Classes
- Parsers
- def skipWhitespace: Boolean
- Definition Classes
- RegexParsers
- def stringLiteral: Parser[String]
- Definition Classes
- JavaTokenParsers
- def success[T](v: T): Parser[T]
- Definition Classes
- Parsers
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val topbottom: PackratParser[LambdaAST]
- 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])
- val whiteSpace: Regex
- Attributes
- protected
- Definition Classes
- RegexParsers
- def wholeNumber: Parser[String]
- Definition Classes
- JavaTokenParsers
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from LLKASTParser toStringFormat[LLKASTParser] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (LLKASTParser, B)
- Implicit
- This member is added by an implicit conversion from LLKASTParser toArrowAssoc[LLKASTParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
This is the API documentation for GAPT.
The main package is gapt.