ksmt-core
0.5.23
ksmt-core
/
io.ksmt.decl
/
KBitVec8ValueDecl
KBit
Vec8Value
Decl
class
KBitVec8ValueDecl
:
KBitVecValueDecl
<
KBv8Sort
>
Functions
Properties
Functions
accept
Link copied to clipboard
open
override
fun
<
R
>
accept
(
visitor
:
KDeclVisitor
<
R
>
)
:
R
apply
Link copied to clipboard
fun
apply
(
)
:
KApp
<
KBv8Sort
,
*
>
open
override
fun
apply
(
args
:
List
<
KExpr
<
*
>
>
)
:
KApp
<
KBv8Sort
,
*
>
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
Sorts
Link copied to clipboard
val
argSorts
:
List
<
KSort
>
byte
Value
Link copied to clipboard
val
byteValue
:
Byte
ctx
Link copied to clipboard
val
ctx
:
KContext
name
Link copied to clipboard
val
name
:
String
sort
Link copied to clipboard
val
sort
:
KBv8Sort
value
Link copied to clipboard
val
value
:
Number