|
|||||||||||
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.PKleene
Matches the specified parser zero-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 | |
PKleene(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 PKleene(PObject parser)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |