fr.umlv.tatoo.cc.lexer.regex
Class Cat
java.lang.Object
fr.umlv.tatoo.cc.lexer.regex.Regex
fr.umlv.tatoo.cc.lexer.regex.Node
fr.umlv.tatoo.cc.lexer.regex.Cat
public class Cat
- extends Node
- Author:
- jcervell
| Nested classes/interfaces inherited from class fr.umlv.tatoo.cc.lexer.regex.Regex |
Regex.Visitor<P> |
| Methods inherited from class fr.umlv.tatoo.cc.lexer.regex.Node |
isLeaf |
Cat
public Cat(Regex left,
Regex right)
getLeft
public Regex getLeft()
getRight
public Regex getRight()
cloneRegex
public Regex cloneRegex()
- Specified by:
cloneRegex in class Regex
accept
public <P> void accept(Regex.Visitor<? super P> visitor,
P param)
- Specified by:
accept in class Regex
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