Uses of Class
fr.umlv.tatoo.cc.lexer.regex.RegexSwitch

Packages that use RegexSwitch
fr.umlv.tatoo.cc.lexer.lexer   
 

Uses of RegexSwitch in fr.umlv.tatoo.cc.lexer.lexer
 

Methods in fr.umlv.tatoo.cc.lexer.lexer that return RegexSwitch
 RegexSwitch SwitchAutomata.getFollowRegexSwitch()
           
 RegexSwitch SwitchAutomata.getMainRegexSwitch()
           
 

Constructors in fr.umlv.tatoo.cc.lexer.lexer with parameters of type RegexSwitch
SwitchAutomata(RegexSwitch mainRegex, RegexSwitch followRegex)