pobs.parser
Class PLetter

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

public class PLetter
extends PParser

Matches any letter character; any alphabetic character in any of the international alphabets defined in UniCode. Uses case sensitive directive.

Author:
Martijn W. van der Lee

Constructor Summary
PLetter()
           
 
Method Summary
 PMatch parse(PScanner input, long begin, PContext context)
           
 
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

PLetter

public PLetter()
Method Detail

parse

public PMatch parse(PScanner input,
                    long begin,
                    PContext context)
Parameters:
input - Input to be parsed.
begin - Index of first character of input to be parsed.
context - Parsing context.
Returns:
Parsing result.