fr.umlv.tatoo.cc.lexer.regex
Class Or
java.lang.Object
fr.umlv.tatoo.cc.lexer.regex.Regex
fr.umlv.tatoo.cc.lexer.regex.Node
fr.umlv.tatoo.cc.lexer.regex.Or
public class Or
- extends Node
- Author:
- jcervell
Methods inherited from class fr.umlv.tatoo.cc.lexer.regex.Node |
isLeaf |
Or
public Or(Regex left,
Regex right)
computeFollowPos
protected void computeFollowPos(MultiMap<Leaf,Leaf> followPos)
- Specified by:
computeFollowPos
in class Regex
nullable
public boolean nullable()
- Specified by:
nullable
in class Regex
firstPos
public Set<Leaf> firstPos()
- Specified by:
firstPos
in class Regex
lastPos
public Set<Leaf> lastPos()
- Specified by:
lastPos
in class Regex
toString
public String toString()
- Overrides:
toString
in class Object
cloneRegex
public Regex cloneRegex()
- Specified by:
cloneRegex
in class Regex