|
|||||||||
| 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.Objectpublic long longValue()
longValue in class Vpublic double doubleValue()
doubleValue in class Vpublic java.lang.String stringValue()
stringValue in class Vpublic boolean booleanValue()
booleanValue in class Vpublic java.util.List<V> listValue()
listValue in class Vpublic int funcrefValue()
funcrefValue in class Vpublic int tabrefValue()
tabrefValue in class Vpublic VTabref vTabrefValue()
vTabrefValue in class Vpublic boolean isDouble()
isDouble in class Vpublic boolean isString()
isString in class Vpublic boolean isList()
isList in class Vpublic boolean isFuncref()
isFuncref in class Vpublic boolean isTabref()
isTabref in class Vpublic boolean isBool()
isBool in class Vpublic boolean isInteger()
isInteger in class V
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||