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() |
AstRoot |
getFun() |
double |
getNum() |
double[] |
getNums() |
double[] |
getRow() |
java.lang.String |
getStr() |
java.lang.String[] |
getStrs() |
boolean |
isFrame() |
boolean |
isFun() |
boolean |
isNum() |
boolean |
isNums() |
boolean |
isRow() |
boolean |
isStr() |
boolean |
isStrs() |
abstract int |
type() |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, 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 abstract int type()
public boolean isNum()
public boolean isNums()
public boolean isStr()
public boolean isStrs()
public boolean isFrame()
public boolean isRow()
public boolean isFun()
public double getNum()
public double[] getNums()
public java.lang.String getStr()
public java.lang.String[] getStrs()
public Frame getFrame()
public double[] getRow()
public AstRoot getFun()