Packages

o

gapt.formats.ivy

IvyParser

object IvyParser

Implements parsing of ivy format: https://www.cs.unm.edu/~mccune/papers/ivy/ into Ivy's Resolution calculus.

Source
Ivy.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IvyParser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Position = List[Int]
  2. type ProofId = String

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. def apply(fn: InputFile): IvyResolutionProof
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def get_literal_by_position(c: FOLClause, pos: Seq[SExpression], clauseexp: SExpression): (SequentIndex, List[Int])
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val ivy_escape_table: Map[String, String]
  15. val logger: Logger
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def parse(exp: SExpression): IvyResolutionProof
  20. def parse(exp: Seq[SExpression]): IvyResolutionProof
  21. def parse_atom(name: String, args: Seq[SExpression]): FOLAtom
  22. def parse_clause(exp: SExpression): FOLClause
  23. def parse_clause_(exp: SExpression): List[Formula]
  24. def parse_clause_frompos(exp: SExpression, pos: List[Int]): (Formula, List[Int])
  25. def parse_position(l: Seq[SExpression]): List[Int]
  26. def parse_step(exp: SExpression, found_steps: (ProofId) ⇒ IvyResolutionProof): IvyResolutionProof
  27. def parse_steps(exp: Seq[SExpression]): IvyResolutionProof
  28. def parse_substitution(exp: SExpression): FOLSubstitution
  29. def parse_substitution_(exp: Seq[SExpression]): List[(FOLVar, FOLTerm)]
  30. def parse_term(ts: SExpression): FOLTerm
  31. def replaceTerm_by_in_at(what: FOLTerm, by: FOLTerm, exp: FOLExpression, pos: List[Int]): FOLExpression
  32. def rewrite_name(s: String): String
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped