summaryrefslogtreecommitdiffstats
path: root/rasdl/symbtbl.hh
diff options
context:
space:
mode:
authorshaan <s.rauniyar@jacobs-university.de>2009-06-07 21:08:36 +0200
committerConstantin <jucovschi@gmail.com>2010-04-01 11:58:24 +0200
commit6f1293e6d9ead21d664d1e5116a7bca13a109103 (patch)
treec881dea074ea2b70cb5a173221c8b05e04505fc3 /rasdl/symbtbl.hh
parentfde3dc3d9e6bd3cfc2f0f46a34d553165bf81086 (diff)
downloadrasdaman-upstream-6f1293e6d9ead21d664d1e5116a7bca13a109103.tar.gz
rasdaman-upstream-6f1293e6d9ead21d664d1e5116a7bca13a109103.tar.xz
rasdaman-upstream-6f1293e6d9ead21d664d1e5116a7bca13a109103.zip
Module for Rasdl
Diffstat (limited to 'rasdl/symbtbl.hh')
-rw-r--r--rasdl/symbtbl.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/rasdl/symbtbl.hh b/rasdl/symbtbl.hh
index ab2c0b4..e579902 100644
--- a/rasdl/symbtbl.hh
+++ b/rasdl/symbtbl.hh
@@ -34,6 +34,10 @@ class YSymbol;
/**
Contains the all the symbols and the scopetree.
*/
+
+/**
+ * \ingroup Rasdls
+ */
class YSymbolTable {
friend class YSymbol;
@@ -142,6 +146,10 @@ struct YConstant
/**
Defines a symbol during parsing. It can represent various types of data.
*/
+
+/**
+ * \ingroup Rasdls
+ */
class YSymbol
{
friend class YSymbolTable;