viaduct
0.3.0
interpreter
/
io.github.aplcornell.viaduct.backend
/
CleartextClassObject
Cleartext
Class
Object
sealed
class
CleartextClassObject
Functions
Extensions
Inheritors
Functions
query
Link copied to clipboard
abstract
fun
query
(
query
:
QueryNameNode
,
arguments
:
List
<
Value
>
)
:
Value
update
Link copied to clipboard
abstract
fun
update
(
update
:
UpdateNameNode
,
arguments
:
List
<
Value
>
)
Inheritors
NullObject
Link copied to clipboard
ImmutableCellObject
Link copied to clipboard
MutableCellObject
Link copied to clipboard
VectorObject
Link copied to clipboard
Extensions
encode
Link copied to clipboard
fun
CleartextClassObject
.
encode
(
)
:
List
<
Byte
>