public abstract class Val extends Iced
Modifier and Type | Field and Description |
---|---|
static int |
FRM |
static int |
FUN |
static int |
KEYED |
static int |
MFRM |
static int |
MOD |
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 |
---|---|
boolean |
getBool() |
Frame |
getFrame() |
AstPrimitive |
getFun() |
Keyed |
getKeyed() |
java.util.Map<java.lang.String,Frame> |
getMapFrame() |
Model |
getModel() |
double |
getNum() |
double[] |
getNums() |
double[] |
getRow() |
java.lang.String |
getStr() |
java.lang.String[] |
getStrs() |
boolean |
isEmpty() |
boolean |
isFrame() |
boolean |
isFun() |
boolean |
isKeyed() |
boolean |
isMapFrame() |
boolean |
isModel() |
boolean |
isNum() |
boolean |
isNums() |
boolean |
isRow() |
boolean |
isStr() |
boolean |
isStrs() |
abstract int |
type() |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
public 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
public static final int MOD
public static final int MFRM
public static final int KEYED
public abstract int type()
public boolean isEmpty()
public boolean isNum()
public boolean isNums()
public boolean isStr()
public boolean isStrs()
public boolean isFrame()
public boolean isMapFrame()
public boolean isRow()
public boolean isFun()
public boolean isModel()
public boolean isKeyed()
public double getNum()
public boolean getBool()
public double[] getNums()
public java.lang.String getStr()
public java.lang.String[] getStrs()
public Frame getFrame()
public java.util.Map<java.lang.String,Frame> getMapFrame()
public double[] getRow()
public AstPrimitive getFun()
public Model getModel()
public Keyed getKeyed()