summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-31 21:55:40 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-31 21:55:40 +0000
commitcfb3b789e26fdab73e733825950b24492c6c5e4c (patch)
treedec99da95dd6c1dd0def3adaa46d5e7e9e94b4e6 /src/expr/expr_template.h
parentaa21ac1746612b646e464615d4eeb07586f4ed36 (diff)
First draft implementation of mkAssociative
Diffstat (limited to 'src/expr/expr_template.h')
-rw-r--r--src/expr/expr_template.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index 08dd1d25f..6597d5f14 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -164,6 +164,13 @@ public:
size_t getNumChildren() const;
/**
+ * Returns the i'th child of this expression.
+ * @param i the index of the child to retrieve
+ * @return the child
+ */
+ Expr getChild(unsigned int i) const;
+
+ /**
* Check if this is an expression that has an operator.
* @return true if this expression has an operator
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback