|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcds.test.Num
| Field Summary | |
(package private) double |
dval
|
(package private) long |
lval
|
(package private) int |
prec
|
| Constructor Summary | |
Num()
Constructor |
|
| Method Summary | |
int |
parseNum(java.lang.String s)
Parse a number |
int |
parseNum(java.lang.String s,
int off)
Parse a number |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
double dval
long lval
int prec
| Constructor Detail |
public Num()
| Method Detail |
public int parseNum(java.lang.String s)
s - String containing the number
public int parseNum(java.lang.String s,
int off)
s - String containing the numberoff - offset where the parsing should begin
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||