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.

Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
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
  3. type ProofMap = Map[ProofId, IvyResolutionProof]

    Permalink
  4. sealed abstract class VariableNamingConvention extends AnyRef

    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. object IvyStyleVariables extends VariableNamingConvention with Product with Serializable

    Permalink
  5. object LadrStyleVariables extends VariableNamingConvention with Product with Serializable

    Permalink
  6. object PrologStyleVariables extends VariableNamingConvention with Product with Serializable

    Permalink
  7. def apply(fn: String, naming_convention: VariableNamingConvention): IvyResolutionProof

    Permalink
  8. def apply_(fn: String, is_variable_symbol: (String) ⇒ Boolean): IvyResolutionProof

    Permalink
  9. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def get_literal_by_position(c: OccClause, pos: List[SExpression], clauseexp: SExpression, is_variable_symbol: (String) ⇒ Boolean): (FormulaOccurrence, Boolean, List[Int])

    Permalink
  19. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    Any
  22. def is_ivy_variable(s: String): Boolean

    Permalink
  23. def is_ladrstyle_variable(s: String): Boolean

    Permalink
  24. def is_prologstyle_variable(s: String): Boolean

    Permalink
  25. val ivy_escape_table: Map[String, String]

    Permalink
  26. val ivy_variable_regexp: Regex

    Permalink
  27. val ladr_variable_regexp: Regex

    Permalink
  28. val log: Logger

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def parse(exp: List[SExpression], found_steps: ProofMap, is_variable_symbol: (String) ⇒ Boolean): IvyResolutionProof

    Permalink
  34. def parse(exp: SExpression, is_variable_symbol: (String) ⇒ Boolean): IvyResolutionProof

    Permalink
  35. def parse_atom(name: String, args: List[SExpression], is_variable_symbol: (String) ⇒ Boolean): FOLAtom

    Permalink
  36. def parse_clause(exp: SExpression, is_variable_symbol: (String) ⇒ Boolean): HOLSequent

    Permalink
  37. def parse_clause_(exp: SExpression, is_variable_symbol: (String) ⇒ Boolean): List[HOLFormula]

    Permalink
  38. def parse_clause_frompos(exp: SExpression, pos: List[Int], is_variable_symbol: (String) ⇒ Boolean): (HOLFormula, List[Int])

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

    Permalink
  40. def parse_step(exp: SExpression, found_steps: ProofMap, is_variable_symbol: (String) ⇒ Boolean): (ProofId, ProofMap)

    Permalink
  41. def parse_substitution(exp: SExpression, is_variable_symbol: (String) ⇒ Boolean): FOLSubstitution

    Permalink
  42. def parse_substitution_(exp: List[SExpression], is_variable_symbol: (String) ⇒ Boolean): List[(FOLVar, FOLTerm)]

    Permalink
  43. def parse_term(ts: SExpression, is_variable_symbol: (String) ⇒ Boolean): FOLTerm

    Permalink
  44. val prolog_variable_regexp: Regex

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped