aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/traversal/union.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-03 19:21:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-03 19:21:50 +0200
commite4f4f0bed9befbde2117af6f128d9323be3f1638 (patch)
tree6c41709cdc5fa51b0354b68897a8cc1651b8eb9c /xsd-frontend/traversal/union.hxx
parentca2bc859cf0001848224ff00a92fcc5d60a16e7f (diff)
Add union information to the semantics graph
New test: union.
Diffstat (limited to 'xsd-frontend/traversal/union.hxx')
-rw-r--r--xsd-frontend/traversal/union.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/xsd-frontend/traversal/union.hxx b/xsd-frontend/traversal/union.hxx
index 22201c9..e3d31bd 100644
--- a/xsd-frontend/traversal/union.hxx
+++ b/xsd-frontend/traversal/union.hxx
@@ -22,6 +22,12 @@ namespace XSDFrontend
pre (Type&);
virtual Void
+ argumented (Type&);
+
+ virtual Void
+ argumented (Type&, EdgeDispatcherBase& d);
+
+ virtual Void
name (Type&);
virtual Void