| Modifier and Type | Field and Description |
|---|---|
java.lang.StringBuilder |
_sb |
| Modifier and Type | Method and Description |
|---|---|
Frame |
ary(int i) |
double |
dbl(int i) |
ASTOp |
fcn(int i) |
Frame |
frId(int d,
int n) |
boolean |
isAry() |
boolean |
isAry(int i) |
boolean |
isDbl() |
boolean |
isFcn() |
boolean |
isFcn(int i) |
java.lang.String |
key() |
Frame |
popAry() |
double |
popDbl() |
ASTOp |
popFcn() |
void |
poppush(double d) |
void |
postWrite() |
void |
remove() |
java.lang.String |
resultString() |
int |
sp() |
ASTOp |
subRef(ASTOp op) |
Frame |
subRef(Frame fr,
java.lang.String key) |
Futures |
subRef(Vec vec,
Futures fs) |
java.lang.String |
toString() |
java.lang.String |
toString(int i,
boolean verbose_fcn) |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldspublic int sp()
public boolean isAry()
public boolean isFcn()
public boolean isDbl()
public boolean isFcn(int i)
public boolean isAry(int i)
public Frame ary(int i)
public ASTOp fcn(int i)
public double dbl(int i)
public Frame frId(int d, int n)
public double popDbl()
public ASTOp popFcn()
public Frame popAry()
public java.lang.String key()
public void poppush(double d)
public void remove()
public void postWrite()
public java.lang.String resultString()
public java.lang.String toString(int i,
boolean verbose_fcn)
public java.lang.String toString()
toString in class java.lang.Object