|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpobs.PParser
pobs.parser.PRepeat
pobs.parser.PMultiple
Matches the specified parser one-or-more times.
This class acts as a façade for PRepeat
.
Uses the skip directive.
BNF: this := parser+
Field Summary |
Fields inherited from class pobs.parser.PRepeat |
INFINITE |
Constructor Summary | |
PMultiple(PObject parser)
Sole constructor. |
Methods inherited from class pobs.parser.PRepeat |
parse |
Methods inherited from class pobs.PParser |
addControl, getErrorInfo, process, setErrorInfo, setMatchAction, setMismatchAction |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PMultiple(PObject parser)
parser
- a parser
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |