ipipan.spejd.rules
Class RuleParser

java.lang.Object
  extended by ipipan.spejd.ruleparser.MatchParser
      extended by ipipan.spejd.actions.ActionParser
          extended by ipipan.spejd.rules.RuleParser

public class RuleParser
extends ActionParser


Field Summary
 
Fields inherited from class ipipan.spejd.ruleparser.MatchParser
conf
 
Constructor Summary
RuleParser(java.io.BufferedReader in, Config conf)
           
 
Method Summary
 Gazetteer readGazetteer()
           
 Rule readRule()
           
 
Methods inherited from class ipipan.spejd.actions.ActionParser
readActionList
 
Methods inherited from class ipipan.spejd.ruleparser.MatchParser
attribute, charsLeft, currentChar, currentCharIs, currentCharIsDigit, currentCharIsIn, currentCharNot, currentCharNotIn, eat, eatWhite, error, feed, forceEat, preview, readAltRequirement, readAttrId, readEntityRequirement, readEqOperator, readFilename, readFlags, readGroupRequirement, readId, readMacroDef, readMatchPattern, readNumber, readQuantifier, readRegexp, readRequirement, readSequenceRequirement, readString, readTag, readTokenRequirement, readWord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleParser

public RuleParser(java.io.BufferedReader in,
                  Config conf)
Method Detail

readRule

public Rule readRule()

readGazetteer

public Gazetteer readGazetteer()