class ApParser2InputAbsy extends Parser2InputAbsy[Unit, Sort, Unit, Unit, Sort, Unit]
- Alphabetic
- By Inheritance
- ApParser2InputAbsy
- Parser2InputAbsy
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ApParser2InputAbsy(_env: Env, settings: ParserSettings)
Type Members
- type GrammarExpression = Expression
- Definition Classes
- ApParser2InputAbsy → Parser2InputAbsy
- abstract class ASTConnective extends AnyRef
- Attributes
- protected
- Definition Classes
- Parser2InputAbsy
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 addAxiom(f: IFormula): Unit
- Attributes
- protected
- Definition Classes
- Parser2InputAbsy
- def addTheory(t: Theory): Unit
- Attributes
- protected
- Definition Classes
- Parser2InputAbsy
- def apply(input: Reader): (IFormula, List[IInterpolantSpec], Signature)
Parse a problem from a character stream.
Parse a problem from a character stream. The result is the formula contained in the input, a list of interpolation specifications present in the input, and the
Signature
declared in the input (constants, and theTermOrder
that was used for the formula).- Definition Classes
- ApParser2InputAbsy → Parser2InputAbsy
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def collectDeclarations(api: API): Unit
- Attributes
- protected
- def collectSubExpressions(f: GrammarExpression, cont: (GrammarExpression) => Boolean, Connective: ASTConnective): Seq[GrammarExpression]
- Attributes
- protected
- Definition Classes
- Parser2InputAbsy
- def ensureEnvironmentCopy: Unit
Make sure that the current settings frame contains a local copy of the
Environment
.Make sure that the current settings frame contains a local copy of the
Environment
. To be called before changing anything in theEnvironment
.- Attributes
- protected
- Definition Classes
- Parser2InputAbsy
- def env: Environment[Unit, Sort, Unit, Unit, Sort]
- Definition Classes
- Parser2InputAbsy
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def genSignature(completeFor: IExpression): Signature
- Attributes
- protected
- Definition Classes
- Parser2InputAbsy
- def getAxioms: IFormula
- Attributes
- protected
- Definition Classes
- Parser2InputAbsy
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- implicit def impToScalaIterator[A](l: Iterator[A]): Iterator[A]
- implicit def impToScalaList[A](l: List[A]): Seq[A]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val mulTheory: MulTheory
- Attributes
- protected
- Definition Classes
- Parser2InputAbsy
- def mult(t1: ITerm, t2: ITerm): ITerm
- Attributes
- protected
- Definition Classes
- Parser2InputAbsy
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def popState: Unit
Pop a frame from the settings stack.
Pop a frame from the settings stack.
- Attributes
- protected
- Definition Classes
- Parser2InputAbsy
- def pushState(state: Unit): Unit
Add a new frame to the settings stack; this in particular affects the
Environment
.Add a new frame to the settings stack; this in particular affects the
Environment
.- Attributes
- protected
- Definition Classes
- Parser2InputAbsy
- def reset: Unit
Erase all stored information.
Erase all stored information.
- Attributes
- protected
- Definition Classes
- Parser2InputAbsy
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def translateInterpolantSpecs(api: API): List[IInterpolantSpec]
- Attributes
- protected
- def translateProblem(api: API): IFormula
- Attributes
- protected
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)