public abstract static class AstRecAsgnHelper.ValueSetter extends Iced<AstRecAsgnHelper.ValueSetter>
| Constructor and Description |
|---|
ValueSetter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
setValue(Chunk chk,
int idx)
Sets a value (possibly a constant) to a position of the Chunk.
|
abstract void |
setValue(Vec vec,
long idx)
Sets a value (possibly a constant) to a given index of a Vec.
|
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSONpublic abstract void setValue(Chunk chk, int idx)
idx - Chunk-local indexpublic abstract void setValue(Vec vec, long idx)
vec - Vecidx - absolute index