class APIStack extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- APIStack
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new APIStack()
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
- var abbrevFunctions: Set[IFunction]
- var abbrevPredicates: Map[Predicate, (Int, Predicate)]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearStack: Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- var constructProofs: Boolean
- var currentOrder: TermOrder
- var currentPartitionNum: Int
- var currentProver: IncProver
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var existentialConstants: Set[ConstantTerm]
- var formulaeInProver: LinkedHashMap[Conjunction, Int]
- def frameNum: Int
- var functionEnc: FunctionEncoder
- var functionalPreds: Set[Predicate]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- var ignoredQuantifiers: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var lastStatus: SimpleAPI.ProverStatus.Value
- var matchedTotalFunctions: Boolean
- var mostGeneralConstraints: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var needExhaustiveProver: Boolean
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def popAPIFrame: Unit
- var predicateMatchConfig: PredicateMatchConfig
- def pushAPIFrame: Stack[(IncProver, Boolean, Boolean, Boolean, TermOrder, Set[ConstantTerm], Set[Predicate], PredicateMatchConfig, FunctionEncoder, LinkedHashMap[Conjunction, Int], Int, Boolean, Boolean, Boolean, SimpleAPI.ProverStatus.Value, Option[Plugin], TheoryCollector, Set[IFunction], Map[Predicate, (Int, Predicate)])]
- def resetAPIConfig: Unit
- def resetAPIFormulas: Unit
- def resetAPIOptions: Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- var theoryCollector: TheoryCollector
- var theoryPlugin: Option[Plugin]
- def toString(): String
- Definition Classes
- AnyRef → Any
- var validityMode: Boolean
- 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)