Packages

o

gapt.formats.leancop

LeanCoP21Parser

object LeanCoP21Parser

Source
LeanCoP21Parser.scala
Linear Supertypes
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeanCoP21Parser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Clause(literals: Lit*) extends Product with Serializable
  2. sealed trait Lit extends AnyRef
  3. case class Neg(atom: FOLAtom) extends Lit with Product with Serializable
  4. case class Pos(atom: FOLAtom) extends Lit with Product with Serializable
  5. case class Proof(main: Clause, sides: List[Proof]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def atom[X](implicit arg0: P[X]): P[FOLAtom]
  6. def clause[X](implicit arg0: P[X]): P[Clause]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hash[X](implicit arg0: P[X]): P[Lit]
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def ident[X](implicit arg0: P[X]): P[String]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def lit[X](implicit arg0: P[X]): P[Lit]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def neg[X](implicit arg0: P[X]): P[Lit]
  18. def negHash[X](implicit arg0: P[X]): P[Lit]
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. def parse(stdout: String): Either[String, Proof]
  22. def pos[X](implicit arg0: P[X]): P[Lit]
  23. def proof[X](implicit arg0: P[X]): P[Proof]
  24. def stdout[X](implicit arg0: P[X]): P[Proof]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def term[X](implicit arg0: P[X]): P[FOLTerm]
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. case object Hash extends Lit with Product with Serializable
  32. case object NegHash extends Lit with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped