pobs.parser
Class PKleene

java.lang.Object
  extended bypobs.PParser
      extended bypobs.parser.PRepeat
          extended bypobs.parser.PKleene
All Implemented Interfaces:
PObject

public class PKleene
extends PRepeat

Matches the specified parser zero-or-more times. This class acts as a façade for PRepeat. Uses the skip directive. BNF: this := parser*

Author:
Martijn W. van der Lee

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

PKleene

public PKleene(PObject parser)
Sole constructor.