ipipan.spejd.actions
Class ActionParser

java.lang.Object
  extended by ipipan.spejd.ruleparser.MatchParser
      extended by ipipan.spejd.actions.ActionParser
Direct Known Subclasses:
RuleParser

public class ActionParser
extends MatchParser


Constructor Summary
ActionParser(java.io.BufferedReader in)
           
 
Method Summary
 Action[] readActionList(java.lang.String start)
           
 
Methods inherited from class ipipan.spejd.ruleparser.MatchParser
charsLeft, currentChar, currentCharIs, currentCharIsDigit, currentCharIsIn, currentCharNot, currentCharNotIn, eat, eatWhite, error, feed, forceEat, main, preview, readAltRequirement, 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

ActionParser

public ActionParser(java.io.BufferedReader in)
Method Detail

readActionList

public Action[] readActionList(java.lang.String start)