Packages

c

ap.api

APIStack

class APIStack extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. APIStack
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new APIStack()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var abbrevFunctions: Set[IFunction]
  5. var abbrevPredicates: Map[Predicate, (Int, Predicate)]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearStack: Unit
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. var constructProofs: Boolean
  10. var currentOrder: TermOrder
  11. var currentPartitionNum: Int
  12. var currentProver: IncProver
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. var existentialConstants: Set[ConstantTerm]
  16. var formulaeInProver: LinkedHashMap[Conjunction, Int]
  17. def frameNum: Int
  18. var functionEnc: FunctionEncoder
  19. var functionalPreds: Set[Predicate]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. var ignoredQuantifiers: Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. var lastStatus: SimpleAPI.ProverStatus.Value
  25. var matchedTotalFunctions: Boolean
  26. var mostGeneralConstraints: Boolean
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. var needExhaustiveProver: Boolean
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. def popAPIFrame: Unit
  32. var predicateMatchConfig: PredicateMatchConfig
  33. 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)])]
  34. def resetAPIConfig: Unit
  35. def resetAPIFormulas: Unit
  36. def resetAPIOptions: Unit
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. var theoryCollector: TheoryCollector
  39. var theoryPlugin: Option[Plugin]
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. var validityMode: Boolean
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped