Object/Trait

ap.types

Sort

Related Docs: trait Sort | package types

Permalink

object Sort

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

Type Members

  1. case class Interval(lower: Option[IdealInt], upper: Option[IdealInt]) extends Sort with Product with Serializable

    Permalink

    Sort representing (possibly left- or right-open) intervals.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. object :::

    Permalink

    Extractor to identify terms with associated sort.

    Extractor to identify terms with associated sort. This can be used for checks like t match { case t ::: Sort.Bool => XXX }.

  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. object AnyBool

    Permalink

    Extractor to recognise sorts that represent the Booleans.

  6. val AnySort: ProxySort

    Permalink

    A placeholder sort that is used in places where the sort has not been inferred yet.

  7. lazy val Bool: ADTProxySort

    Permalink

    The sort of Booleans.

    The sort of Booleans. Booleans are encoded as an ADT with two nullary constructors true (mapped to the integer 0), false (mapped to the integer 1).

    See also

    ap.theories.ADT.BoolADT

  8. object Integer extends Sort

    Permalink

    The sort of integers, which is also the default sort whenever no sort is specified.

  9. object MultipleValueBool extends ProxySort

    Permalink

    The sort of integers reinterpreted as Booleans.

    The sort of integers reinterpreted as Booleans. Integer 0true, every non-zero number as false. For symbolic representation the same terms as in sort Bool are used.

    See also

    Bool

    ap.theories.ADT.BoolADT

  10. object Nat extends ProxySort

    Permalink

    The sort of natural numbers.

  11. object NonNumeric

    Permalink

    Extractor to recognise non-numeric sorts.

  12. object NonNumericTerm

    Permalink
  13. object Numeric

    Permalink

    Extractor to recognise sorts that are subsets of the integers.

  14. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  16. def createInfUninterpretedSort(name: String): InfUninterpretedSort

    Permalink

    Create a new uninterpreted sort of infinite cardinality.

  17. def createUninterpretedSort(name: String): UninterpretedSort

    Permalink

    Create a new uninterpreted sort of finite or infinite cardinality.

  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def individualsVectors(sorts: List[Sort]): Stream[List[ITerm]]

    Permalink

    Generate a stream of vectors of individuals in the given sort vector.

  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def sortOf(t: ITerm): Sort

    Permalink

    Determine the sort of the given term.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped