ksmt-core
0.5.23
ksmt-core
/
io.ksmt.sort
/
KBvSort
KBv
Sort
abstract
class
KBvSort
(
val
ctx
:
KContext
)
:
KSort
Constructors
Functions
Properties
Inheritors
Constructors
KBv
Sort
Link copied to clipboard
fun
KBvSort
(
ctx
:
KContext
)
Functions
accept
Link copied to clipboard
abstract
fun
<
T
>
accept
(
visitor
:
KSortVisitor
<
T
>
)
:
T
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
print
Link copied to clipboard
open
override
fun
print
(
builder
:
StringBuilder
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
ctx
Link copied to clipboard
val
ctx
:
KContext
size
Bits
Link copied to clipboard
abstract
val
sizeBits
:
UInt
Inheritors
KBv1Sort
Link copied to clipboard
KBv8Sort
Link copied to clipboard
KBv16Sort
Link copied to clipboard
KBv32Sort
Link copied to clipboard
KBv64Sort
Link copied to clipboard
KBvCustomSizeSort
Link copied to clipboard