public abstract class Val extends Iced
| Modifier and Type | Field and Description |
|---|---|
static int |
FRM |
static int |
FUN |
static int |
NUM |
static int |
NUMS |
static int |
ROW |
static int |
STR |
static int |
STRS |
| Constructor and Description |
|---|
Val() |
| Modifier and Type | Method and Description |
|---|---|
Frame |
getFrame() |
AST |
getFun() |
double |
getNum() |
double[] |
getNums() |
double[] |
getRow() |
java.lang.String |
getStr() |
java.lang.String[] |
getStrs() |
abstract int |
type() |
clone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSONpublic static final int NUM
public static final int NUMS
public static final int STR
public static final int STRS
public static final int FRM
public static final int ROW
public static final int FUN