fr.umlv.tatoo.cc.lexer.lexer
Class RuleFactory
java.lang.Object
fr.umlv.tatoo.cc.lexer.lexer.RuleFactory
public class RuleFactory
- extends Object
- Author:
- Remi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleFactory
public RuleFactory()
getRuleMap
public IdMap<RuleDecl> getRuleMap()
createRule
public RuleDecl createRule(String id,
RegexIntervalTable main,
RegexIntervalTable follow,
boolean beginningOfLineRequired)
getAllRules
public List<? extends RuleDecl> getAllRules()