|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.umlv.tatoo.cc.lexer.regex.Regex.Visitor<P>
public static class Regex.Visitor<P>
| Constructor Summary | |
|---|---|
Regex.Visitor()
|
|
| Method Summary | |
|---|---|
void |
visit(Cat cat,
P param)
|
void |
visit(EpsilonLeaf epsilonLeaf,
P param)
|
void |
visit(Leaf leaf,
P param)
|
protected void |
visit(Node node,
P param)
|
void |
visit(Or or,
P param)
|
protected void |
visit(Regex regex,
P param)
|
void |
visit(Star star,
P param)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Regex.Visitor()
| Method Detail |
|---|
public void visit(Cat cat,
P param)
public void visit(Or or,
P param)
public void visit(Star star,
P param)
protected void visit(Node node,
P param)
public void visit(Leaf leaf,
P param)
public void visit(EpsilonLeaf epsilonLeaf,
P param)
protected void visit(Regex regex,
P param)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||