|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreecalc.rt.V
treecalc.rt.VTabref
public final class VTabref
can pass around table references -> better than in other products
Method Summary | |
---|---|
boolean |
booleanValue()
|
double |
doubleValue()
|
int |
funcrefValue()
|
boolean |
isBool()
|
boolean |
isDouble()
|
boolean |
isFuncref()
|
boolean |
isInteger()
|
boolean |
isList()
|
boolean |
isString()
|
boolean |
isTabref()
|
java.util.List<V> |
listValue()
|
long |
longValue()
|
java.lang.String |
stringValue()
|
int |
tabrefValue()
|
java.lang.String |
toString()
|
static VTabref |
valueOf(int tabid)
|
VTabref |
vTabrefValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static VTabref valueOf(int tabid)
public java.lang.String toString()
toString
in class java.lang.Object
public long longValue()
longValue
in class V
public double doubleValue()
doubleValue
in class V
public java.lang.String stringValue()
stringValue
in class V
public boolean booleanValue()
booleanValue
in class V
public java.util.List<V> listValue()
listValue
in class V
public int funcrefValue()
funcrefValue
in class V
public int tabrefValue()
tabrefValue
in class V
public VTabref vTabrefValue()
vTabrefValue
in class V
public boolean isDouble()
isDouble
in class V
public boolean isString()
isString
in class V
public boolean isList()
isList
in class V
public boolean isFuncref()
isFuncref
in class V
public boolean isTabref()
isTabref
in class V
public boolean isBool()
isBool
in class V
public boolean isInteger()
isInteger
in class V
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |