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

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

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

Methods in fr.umlv.tatoo.cc.lexer.regex that return types with arguments of type Leaf
 Set<Leaf> Cat.firstPos()
           
 Set<Leaf> Star.firstPos()
           
 Set<Leaf> Or.firstPos()
           
 Set<Leaf> EpsilonLeaf.firstPos()
           
 Set<Leaf> Leaf.firstPos()
           
abstract  Set<Leaf> Regex.firstPos()
           
 Set<Leaf> Cat.lastPos()
           
 Set<Leaf> Star.lastPos()
           
 Set<Leaf> Or.lastPos()
           
 Set<Leaf> EpsilonLeaf.lastPos()
           
 Set<Leaf> Leaf.lastPos()
           
abstract  Set<Leaf> Regex.lastPos()
           
 

Methods in fr.umlv.tatoo.cc.lexer.regex with parameters of type Leaf
static RegexIntervalTable RegexFactory.makeTable(Set<Leaf> first, MultiMap<Leaf,Leaf> transitions, Leaf acceptPosition, Encoding encoding)
           
 

Method parameters in fr.umlv.tatoo.cc.lexer.regex with type arguments of type Leaf
protected  void Cat.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void Cat.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void Star.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void Star.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void Or.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void Or.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void EpsilonLeaf.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void EpsilonLeaf.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void Leaf.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void Leaf.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected abstract  void Regex.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected abstract  void Regex.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
static RegexIntervalTable RegexFactory.makeTable(Set<Leaf> first, MultiMap<Leaf,Leaf> transitions, Leaf acceptPosition, Encoding encoding)
           
static RegexIntervalTable RegexFactory.makeTable(Set<Leaf> first, MultiMap<Leaf,Leaf> transitions, Leaf acceptPosition, Encoding encoding)
           
static RegexIntervalTable RegexFactory.makeTable(Set<Leaf> first, MultiMap<Leaf,Leaf> transitions, Leaf acceptPosition, Encoding encoding)