Package | Description |
---|---|
de.susebox.jtopas | |
de.susebox.jtopas.impl | |
de.susebox.jtopas.spi |
Modifier and Type | Class and Description |
---|---|
class |
StandardTokenizerProperties
The class
StandardTokenizerProperties provides a simple implementation
of the TokenizerProperties interface for use in most situations. |
Modifier and Type | Method and Description |
---|---|
SequenceHandler |
Tokenizer.getSequenceHandler()
Retrieving the current
SequenceHandler . |
SequenceHandler |
AbstractTokenizer.getSequenceHandler()
Retrieving the current
SequenceHandler . |
Modifier and Type | Method and Description |
---|---|
void |
Tokenizer.setSequenceHandler(SequenceHandler handler)
Setting a new
SequenceHandler or removing any
previously installed one. |
void |
AbstractTokenizer.setSequenceHandler(SequenceHandler handler)
Setting a new
SequenceHandler or removing any
previously installed one. |
Modifier and Type | Class and Description |
---|---|
class |
NoCaseSequenceStore
Case-insensitive extension of
SequenceStore . |
class |
SequenceStore
This class is used by
StandardTokenizerProperties
to store and search special sequences, comments and strings as well as
keywords. |
Modifier and Type | Interface and Description |
---|---|
interface |
DataMapper
This interface declares the methods that a
Tokenizer
will call to detect the image and type of a token. |
Modifier and Type | Class and Description |
---|---|
class |
StandardSequenceHandler
Simple implementation of the
SequenceHandler interface. |