pobs.parser
Class PWrapper

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

public class PWrapper
extends PParser

Wrapper of a PObject makes it a PParser.

Author:
Franz-Josef Elmer

Constructor Summary
PWrapper(PObject 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

PWrapper

public PWrapper(PObject parser)