|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharScannerSyntax | |
|---|---|
| net.sf.mmm.util.scanner.api | Provides the API for scanners that help to parse character sequences efficient and easily. |
| net.sf.mmm.util.scanner.base | Contains the base-implementations of the
Character Scanner API. |
| Uses of CharScannerSyntax in net.sf.mmm.util.scanner.api |
|---|
| Methods in net.sf.mmm.util.scanner.api with parameters of type CharScannerSyntax | |
|---|---|
String |
CharStreamScanner.readUntil(char stop,
boolean acceptEof,
CharScannerSyntax syntax)
This method reads all next characters until the given
stop character or the end of the string to parse is reached. |
| Uses of CharScannerSyntax in net.sf.mmm.util.scanner.base |
|---|
| Classes in net.sf.mmm.util.scanner.base that implement CharScannerSyntax | |
|---|---|
class |
AbstractCharScannerSyntax
This is the abstract base implementation of the CharScannerSyntax
interface. |
class |
SimpleCharScannerSyntax
This class is a simple container for the special characters of a syntax to scan. |
| Methods in net.sf.mmm.util.scanner.base with parameters of type CharScannerSyntax | |
|---|---|
String |
CharSequenceScanner.readUntil(char stop,
boolean acceptEof,
CharScannerSyntax syntax)
This method reads all next characters until the given
stop character or the end of the string to parse is reached. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||