Object

at.logic.gapt.formats.ivy

IvyParser

Related Doc: package ivy

Permalink

object IvyParser extends Logger

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. Logger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Position = List[Int]

    Permalink
  2. type ProofId = String

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(fn: String): IvyResolutionProof

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def debug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def error(msg: ⇒ String, e: Throwable): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  11. def error(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def get_literal_by_position(c: FOLClause, pos: Seq[SExpression], clauseexp: SExpression): (SequentIndex, List[Int])

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def info(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val ivy_escape_table: Map[String, String]

    Permalink
  19. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  20. def loggerName: String

    Permalink
    Definition Classes
    IvyParserLogger
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def parse(exp: SExpression): IvyResolutionProof

    Permalink
  25. def parse(exp: Seq[SExpression]): IvyResolutionProof

    Permalink
  26. def parseString(sexpr: String): IvyResolutionProof

    Permalink
  27. def parse_atom(name: String, args: Seq[SExpression]): FOLAtom

    Permalink
  28. def parse_clause(exp: SExpression): FOLClause

    Permalink
  29. def parse_clause_(exp: SExpression): List[HOLFormula]

    Permalink
  30. def parse_clause_frompos(exp: SExpression, pos: List[Int]): (HOLFormula, List[Int])

    Permalink
  31. def parse_position(l: Seq[SExpression]): List[Int]

    Permalink
  32. def parse_step(exp: SExpression, found_steps: (ProofId) ⇒ IvyResolutionProof): IvyResolutionProof

    Permalink
  33. def parse_steps(exp: Seq[SExpression]): IvyResolutionProof

    Permalink
  34. def parse_substitution(exp: SExpression): FOLSubstitution

    Permalink
  35. def parse_substitution_(exp: Seq[SExpression]): List[(FOLVar, FOLTerm)]

    Permalink
  36. def parse_term(ts: SExpression): FOLTerm

    Permalink
  37. def replaceTerm_by_in_at(what: FOLTerm, by: FOLTerm, exp: FOLExpression, pos: List[Int]): FOLExpression

    Permalink
  38. def rewrite_name(s: String): String

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def trace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def warn(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  46. def warn(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped