Package | Description |
---|---|
de.susebox.jtopas | |
de.susebox.jtopas.impl | |
de.susebox.jtopas.spi |
Modifier and Type | Method and Description |
---|---|
int |
StandardTokenizerProperties.countLeadingWhitespaces(DataProvider dataProvider)
This method detects the number of whitespace characters the data range given
through the
DataProvider parameter starts with. |
TokenizerProperty |
StandardTokenizerProperties.isKeyword(DataProvider dataProvider)
This method checks if the character range given through the
DataProvider comprises a keyword. |
PatternHandler.Result |
StandardTokenizerProperties.matches(DataProvider dataProvider)
This method checks if the start of a character range given through the
DataProvider matches a pattern. |
TokenizerProperty |
StandardTokenizerProperties.startsWithSequenceCommentOrString(DataProvider dataProvider)
This method checks if a given range of data starts with a special sequence,
a comment or a string.
|
Modifier and Type | Method and Description |
---|---|
TokenizerProperty |
SequenceStore.isKeyword(DataProvider dataProvider)
This method checks if the given data form a keyword.
|
PatternHandler.Result |
PatternMatcher.matches(DataProvider dataProvider)
This method checks if the start of a character range given through the
DataProvider matches a pattern. |
TokenizerProperty |
SequenceStore.startsWithSequenceCommentOrString(DataProvider dataProvider)
This method checks if a given range of data starts with a special sequence,
a comment or a string.
|
Modifier and Type | Method and Description |
---|---|
int |
WhitespaceHandler.countLeadingWhitespaces(DataProvider dataProvider)
This method detects the number of whitespace characters the data range given
through the
DataProvider parameter starts with. |
int |
StandardWhitespaceHandler.countLeadingWhitespaces(DataProvider dataProvider)
This method detects the number of whitespace characters the data range given
through the
DataProvider parameter starts with. |
TokenizerProperty |
StandardKeywordHandler.isKeyword(DataProvider dataProvider)
This method checks if the character range given through the
DataProvider comprises a keyword. |
TokenizerProperty |
KeywordHandler.isKeyword(DataProvider dataProvider)
This method checks if the character range given through the
DataProvider comprises a keyword. |
PatternHandler.Result |
PatternHandler.matches(DataProvider dataProvider)
This method checks if the start of a character range given through the
DataProvider matches a pattern. |
TokenizerProperty |
StandardSequenceHandler.startsWithSequenceCommentOrString(DataProvider dataProvider)
This method checks if a given range of data starts with a special sequence,
a comment or a string.
|
TokenizerProperty |
SequenceHandler.startsWithSequenceCommentOrString(DataProvider dataProvider)
This method checks if a given range of data starts with a special sequence,
a comment or a string.
|