Package | Description |
---|---|
de.susebox.jtopas |
Modifier and Type | Interface and Description |
---|---|
interface |
CharSequenceTokenizerSource
Extension of the
TokenizerSource interface and the CharSequence
interface that was introduced in J2SE 1.4. |
Modifier and Type | Class and Description |
---|---|
class |
CharArraySource
Implementation of the
TokenizerSource and its extension
CharSequenceTokenizerSource for character arrays. |
class |
ReaderSource
This implementation of the
TokenizerSource interface uses the JDK
Reader class to realize the requested functionality. |
class |
StringSource
Implementation of the
TokenizerSource and its extension
CharSequenceTokenizerSource for strings. |
Modifier and Type | Method and Description |
---|---|
TokenizerSource |
Tokenizer.getSource()
Retrieving the
TokenizerSource of this Tokenizer . |
TokenizerSource |
AbstractTokenizer.getSource()
Retrieving the
TokenizerSource of this Tokenizer . |
Modifier and Type | Method and Description |
---|---|
void |
Tokenizer.setSource(TokenizerSource source)
Setting the source of data.
|
void |
StandardTokenizer.setSource(TokenizerSource source)
Additionally to the common behaviour implemented in
#de.susebox.jtopas.AbstractTokenizer#setSource , this method ajusts
the state speicific to the StandardTokenizer class. |
void |
AbstractTokenizer.setSource(TokenizerSource source)
Setting the source of data.
|