viaduct
0.3.0
interpreter
/
io.github.aplcornell.viaduct.backend
/
VectorObject
Vector
Object
class
VectorObject
(
val
size
:
Int
,
defaultValue
:
Value
)
:
CleartextClassObject
Constructors
Functions
Properties
Extensions
Constructors
Vector
Object
Link copied to clipboard
fun
VectorObject
(
size
:
Int
,
defaultValue
:
Value
)
Functions
query
Link copied to clipboard
open
override
fun
query
(
query
:
QueryNameNode
,
arguments
:
List
<
Value
>
)
:
Value
update
Link copied to clipboard
open
override
fun
update
(
update
:
UpdateNameNode
,
arguments
:
List
<
Value
>
)
Properties
size
Link copied to clipboard
val
size
:
Int
values
Link copied to clipboard
val
values
:
ArrayList
<
Value
>
Extensions
encode
Link copied to clipboard
fun
CleartextClassObject
.
encode
(
)
:
List
<
Byte
>