|
GXPARSE hosted by |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ScanMatch
A rule for matching subsequences of characters in a
ScanBuffer and returning the subsequences as instances of
MatchedText..
All subclasses of ScanMatch are immutable and have reentrant
methods. They are thread-safe, and can be used for recursive matching.
| Method Summary | |
|---|---|
MatchedText |
match(ScanBuffer scanBuffer)
Test characters at the beginning of a ScanBuffer,
removing any matching CharSequence and returning it as
MatchedText. |
| Method Detail |
|---|
MatchedText match(ScanBuffer scanBuffer)
throws IOException
Test characters at the beginning of a ScanBuffer,
removing any matching CharSequence and returning it as
MatchedText.
This method is reentrant and thread-safe.
IOException
|
GXPARSE download | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||