pobs.parser
Class PWrappedParser

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

public class PWrappedParser
extends PParser

Wrapper of a PParser. Calls are delegated to the wrapped parser.

Author:
Franz-Josef Elmer

Constructor Summary
PWrappedParser(PParser parser)
           
 
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

PWrappedParser

public PWrappedParser(PParser parser)