public interface Tourist
Modifier and Type | Method and Description |
---|---|
void |
leave(Attribute attr) |
void |
leave(Choice choice) |
void |
leave(Group g) |
void |
leave(Interleave i) |
void |
leave(NamedElement ne) |
void |
visit(Attribute attr) |
void |
visit(Choice choice) |
void |
visit(Data d) |
void |
visit(Empty e) |
void |
visit(Group g) |
void |
visit(Interleave i) |
void |
visit(NamedElement ne) |
void |
visit(NotAllowed na) |
void |
visit(Text t) |
void |
visit(Value v) |
void visit(Attribute attr)
void leave(Attribute attr)
void visit(Choice choice)
void leave(Choice choice)
void visit(Data d)
void visit(Empty e)
void visit(Group g)
void leave(Group g)
void visit(Interleave i)
void leave(Interleave i)
void visit(NamedElement ne)
void leave(NamedElement ne)
void visit(Text t)
void visit(Value v)
void visit(NotAllowed na)