ANTAREX API

Clava API

LARA API

LARA Common Language API

(.js)
laraImport("lara.dse.DseValuesList");

(.lara)
import lara.dse.DseValuesList;

DseValuesList

Constructor

DseValuesList

new DseValuesList()

(Extends DseValues)
Iterates over a list of values.


Instance Members

getNumElements

getNumElements()

getNumValuesPerElement

getNumValuesPerElement()

Returns

any - The number of values returned by a call to next(). A value of one means one value, a value greater than one means an array with that amount of values.

getType

getType()

hasNext

hasNext()

Returns

any - true if it has another element to return.

next

next()

Returns

any - the next element.

reset

reset()

Resets the iterator.