Package | Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
CharSequenceScanner.readUntil(char stop,
boolean acceptEof,
CharScannerSyntax syntax) |
Copyright © 2001–2016 mmm-Team. All rights reserved.