Field TT_NUMBER
Field type: int
Member of:
java.io.StreamTokenizer
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
if (tok.ttype==tok.TT_NUMBER) {
2
case StreamTokenizer.TT_NUMBER:
3
if (tok.ttype==tok.TT_NUMBER) {
4
case StreamTokenizer.TT_NUMBER:
5
} else if (token1 == StreamTokenizer.TT_NUMBER) {
6
case StreamTokenizer.TT_NUMBER:
7
case StreamTokenizer.TT_NUMBER:
8
String token = (st.ttype == StreamTokenizer.TT_NUMBER ? "" + st.nval + "" : st.sval);
9
if (type == StreamTokenizer.TT_NUMBER) {
10
else if (st.ttype != StreamTokenizer.TT_NUMBER &&
11
} else if (TokenType == StreamTokenizer.TT_NUMBER) {
12
if (size == -1 && tok.ttype == tok.TT_NUMBER)
13
else if (tokenID == StreamTokenizer.TT_NUMBER
14
case StreamTokenizer.TT_NUMBER:
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.