fr.umlv.tatoo.cc.lexer.xml
Interface PatternRuleCompiler

All Known Implementing Classes:
PatternRuleCompilerImpl

public interface PatternRuleCompiler


Method Summary
 Regex createMacro(String pattern)
           
 RuleDecl createRule(RuleFactory lexerFactory, String id, String pattern)
           
 

Method Detail

createMacro

Regex createMacro(String pattern)

createRule

RuleDecl createRule(RuleFactory lexerFactory,
                    String id,
                    String pattern)