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

Packages that use AutomatonDecl
fr.umlv.tatoo.cc.lexer.lexer   
fr.umlv.tatoo.cc.lexer.regex   
 

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

Methods in fr.umlv.tatoo.cc.lexer.lexer that return AutomatonDecl
 AutomatonDecl TableAutomata.getFollowAutomaton()
           
 AutomatonDecl TableAutomata.getMainAutomaton()
           
 

Constructors in fr.umlv.tatoo.cc.lexer.lexer with parameters of type AutomatonDecl
TableAutomata(AutomatonDecl main, AutomatonDecl follow)
           
 

Uses of AutomatonDecl in fr.umlv.tatoo.cc.lexer.regex
 

Methods in fr.umlv.tatoo.cc.lexer.regex that return AutomatonDecl
static AutomatonDecl RegexFactory.makeTable(Set<Leaf> first, MultiMap<Leaf,Leaf> transitions, Leaf acceptPosition, Encoding encoding)
           
static AutomatonDecl RegexFactory.table(Regex rootNode, Encoding encoding)
           
 

Constructors in fr.umlv.tatoo.cc.lexer.regex with parameters of type AutomatonDecl
RegexSwitch(AutomatonDecl regex)