- java.lang.Object
-
- org.apache.felix.gogo.runtime.BaseTokenizer
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected char |
ch |
protected short |
column |
protected static char |
EOT |
protected int |
index |
protected short |
line |
protected Token |
text |
-
Constructor Summary
Constructors
| Constructor and Description |
BaseTokenizer(java.lang.CharSequence text) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
line
protected short line
-
column
protected short column
-
index
protected int index
-
Method Detail
-
escape
protected char escape()
-
eot
protected boolean eot()
-
getch
protected char getch()
-
peek
protected char peek()
Copyright © 2006-2016 The Apache Software Foundation. All Rights Reserved.