|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.text.BaseMatchRuleParser
public abstract class BaseMatchRuleParser
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.
| 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 |
|---|
public BaseMatchRuleParser()
public BaseMatchRuleParser(java.lang.String rule)
rule - Any rule string the internal scanner should be initialized with
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||