ksmt-core
0.5.23
ksmt-core
/
io.ksmt.decl
/
KBvRepeatDecl
KBv
Repeat
Decl
class
KBvRepeatDecl
:
KFuncDecl1
<
KBvSort
,
KBvSort
>
,
KParameterizedFuncDecl
Functions
Properties
Functions
accept
Link copied to clipboard
open
override
fun
<
R
>
accept
(
visitor
:
KDeclVisitor
<
R
>
)
:
R
apply
Link copied to clipboard
open
override
fun
KContext
.
apply
(
arg
:
KExpr
<
KBvSort
>
)
:
KApp
<
KBvSort
,
KBvSort
>
open
override
fun
apply
(
args
:
List
<
KExpr
<
*
>
>
)
:
KApp
<
KBvSort
,
*
>
check
Arg
Sorts
Link copied to clipboard
fun
checkArgSorts
(
args
:
List
<
KExpr
<
*
>
>
)
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
arg
Sort
Link copied to clipboard
val
argSort
:
KBvSort
arg
Sorts
Link copied to clipboard
val
argSorts
:
List
<
KSort
>
ctx
Link copied to clipboard
val
ctx
:
KContext
i
Link copied to clipboard
val
i
:
Int
name
Link copied to clipboard
val
name
:
String
parameters
Link copied to clipboard
open
override
val
parameters
:
List
<
Any
>
sort
Link copied to clipboard
val
sort
:
KBvSort