Uses of Interface
fr.umlv.tatoo.runtime.interfaces.RegexTable

Packages that use RegexTable
fr.umlv.tatoo.runtime.interfaces   
fr.umlv.tatoo.runtime.lexer   
fr.umlv.tatoo.runtime.regex   
 

Uses of RegexTable in fr.umlv.tatoo.runtime.interfaces
 

Methods in fr.umlv.tatoo.runtime.interfaces that return RegexTable
 RegexTable Rule.getFollowRegex()
          Returns the regular expression that must follow the main regular expression associated with this rule.
 RegexTable Rule.getMainRegex()
          Returns the main regular expression associated with this rule.
 

Uses of RegexTable in fr.umlv.tatoo.runtime.lexer
 

Methods in fr.umlv.tatoo.runtime.lexer that return RegexTable
 RegexTable DFA.getTable()
           
 

Methods in fr.umlv.tatoo.runtime.lexer with parameters of type RegexTable
 void DFA.reset(RegexTable table)
           
 

Constructors in fr.umlv.tatoo.runtime.lexer with parameters of type RegexTable
DFA(RegexTable table)
           
 

Uses of RegexTable in fr.umlv.tatoo.runtime.regex
 

Classes in fr.umlv.tatoo.runtime.regex that implement RegexTable
 class CharRegexTable