Interface NodeVisitor
public interface NodeVisitor
the node client visitor part
- Author:
- Guillaume CHAUVET
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(FragmentNode node) visit a fragmentvoidvisit(OccurencesNode node) Visit an occurencesvoidvisit(RecordNode node) Visit a recordvoidVIsit a filler
-
Method Details
-
visit
-
visit
-
visit
-
visit
-