ksmt-core
0.5.23
ksmt-core
/
io.ksmt.sort
/
KArithSort
KArith
Sort
abstract
class
KArithSort
(
val
ctx
:
KContext
)
:
KSort
Constructors
Functions
Properties
Inheritors
Constructors
KArith
Sort
Link copied to clipboard
fun
KArithSort
(
ctx
:
KContext
)
Functions
accept
Link copied to clipboard
abstract
fun
<
T
>
accept
(
visitor
:
KSortVisitor
<
T
>
)
:
T
print
Link copied to clipboard
abstract
fun
print
(
builder
:
StringBuilder
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
ctx
Link copied to clipboard
val
ctx
:
KContext
Inheritors
KIntSort
Link copied to clipboard
KRealSort
Link copied to clipboard