object LeanCoP21Parser
Ordering
- Alphabetic
- By Inheritance
Inherited
- LeanCoP21Parser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Clause(literals: Lit*) extends Product with Serializable
- sealed trait Lit extends AnyRef
- case class Neg(atom: FOLAtom) extends Lit with Product with Serializable
- case class Pos(atom: FOLAtom) extends Lit with Product with Serializable
- case class Proof(main: Clause, sides: List[Proof]) extends Product with Serializable
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 atom[X](implicit arg0: P[X]): P[FOLAtom]
- def clause[X](implicit arg0: P[X]): P[Clause]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hash[X](implicit arg0: P[X]): P[Lit]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def ident[X](implicit arg0: P[X]): P[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lit[X](implicit arg0: P[X]): P[Lit]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def neg[X](implicit arg0: P[X]): P[Lit]
- def negHash[X](implicit arg0: P[X]): P[Lit]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def parse(stdout: String): Either[String, Proof]
- def pos[X](implicit arg0: P[X]): P[Lit]
- def proof[X](implicit arg0: P[X]): P[Proof]
- def stdout[X](implicit arg0: P[X]): P[Proof]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def term[X](implicit arg0: P[X]): P[FOLTerm]
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- case object Hash extends Lit with Product with Serializable
- case object NegHash extends Lit with Product with Serializable
This is the API documentation for GAPT.
The main package is gapt.