|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.StringTokenizer
edu.brandeis.cs.steele.wn.TokenizerParser
public class TokenizerParser
A StringTokenizer with extensions to retrieve the values of numeric tokens, as well as
strings.
| Constructor Summary | |
|---|---|
TokenizerParser(java.lang.String string,
java.lang.String delimiters)
|
|
| Method Summary | |
|---|---|
int |
nextByte()
|
int |
nextHexInt()
|
int |
nextInt()
|
int |
nextInt(int radix)
|
long |
nextLong()
|
int |
nextShort()
|
| Methods inherited from class java.util.StringTokenizer |
|---|
countTokens, hasMoreElements, hasMoreTokens, nextElement, nextToken, nextToken |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TokenizerParser(java.lang.String string,
java.lang.String delimiters)
| Method Detail |
|---|
public int nextByte()
public int nextShort()
public int nextInt()
public int nextInt(int radix)
public int nextHexInt()
public long nextLong()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||