org.pf.text
Class BaseMatchRuleParser

java.lang.Object
  extended by org.pf.text.BaseMatchRuleParser
Direct Known Subclasses:
DefaultMatchRuleParser, LdapFilterParser

public abstract class BaseMatchRuleParser
extends java.lang.Object

Abstract superclass for parsers that produce a MatchRule from any specific syntax. This class provides some common methods and a instance variables that holds a scanner (StringScanner) which most parsers need.

Version:
1.1
Author:
Manfred Duchrow

Constructor Summary
BaseMatchRuleParser()
          Initialize the new instance with default values
BaseMatchRuleParser(java.lang.String rule)
          Initialize the new instance with the given rule.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseMatchRuleParser

public BaseMatchRuleParser()
Initialize the new instance with default values


BaseMatchRuleParser

public BaseMatchRuleParser(java.lang.String rule)
Initialize the new instance with the given rule.

Parameters:
rule - Any rule string the internal scanner should be initialized with