viaduct
0.2.0-5-g5831d91.dirty
runtime
/
edu.cornell.cs.apl.viaduct.backend
/
VectorObject
Vector
Object
class
VectorObject
(
size
:
Int
,
defaultValue
:
Value
)
:
PlaintextClassObject
Content copied to clipboard
Functions
Properties
Functions
query
Link copied to clipboard
open
override
fun
query
(
query
:
QueryNameNode
,
arguments
:
List
<
Value
>
)
:
Value
Content copied to clipboard
update
Link copied to clipboard
open
override
fun
update
(
update
:
UpdateNameNode
,
arguments
:
List
<
Value
>
)
Content copied to clipboard
Properties
size
Link copied to clipboard
val
size
:
Int
Content copied to clipboard
values
Link copied to clipboard
val
values
:
ArrayList
<
Value
>
Content copied to clipboard