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
- Alphabetic
- By Inheritance
Inherited
- IvyParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def apply(fn: InputFile): IvyResolutionProof
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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 get_literal_by_position(c: FOLClause, pos: Seq[SExpression], clauseexp: SExpression): (SequentIndex, List[Int])
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val ivy_escape_table: Map[String, String]
- val logger: Logger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def parse(exp: SExpression): IvyResolutionProof
- def parse(exp: Seq[SExpression]): IvyResolutionProof
- def parse_atom(name: String, args: Seq[SExpression]): FOLAtom
- def parse_clause(exp: SExpression): FOLClause
- def parse_clause_(exp: SExpression): List[Formula]
- def parse_clause_frompos(exp: SExpression, pos: List[Int]): (Formula, List[Int])
- def parse_position(l: Seq[SExpression]): List[Int]
- def parse_step(exp: SExpression, found_steps: (ProofId) => IvyResolutionProof): IvyResolutionProof
- def parse_steps(exp: Seq[SExpression]): IvyResolutionProof
- def parse_substitution(exp: SExpression): FOLSubstitution
- def parse_substitution_(exp: Seq[SExpression]): List[(FOLVar, FOLTerm)]
- def parse_term(ts: SExpression): FOLTerm
- def replaceTerm_by_in_at(what: FOLTerm, by: FOLTerm, exp: FOLExpression, pos: List[Int]): FOLExpression
- def rewrite_name(s: String): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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])
This is the API documentation for GAPT.
The main package is gapt.