Skip to content
Snippets Groups Projects
Commit 896e0f00 authored by vincent  lorrain's avatar vincent lorrain
Browse files

fix getValue in AST Node

parent 1f9bdf91
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,6 @@ class ConditionalInterpreter
/**
* @brief Constructor
* @param ConditionalExpressions The expression of the test to be performed on the nodes
*
*/
ConditionalInterpreter(const std::string ConditionalExpressions);
......
......@@ -35,7 +35,6 @@ class AstConditionalNode: public std::enable_shared_from_this<AstConditionalNode
* @return the type
*/
ConditionalTokenTypes getType() const;
std::string getValue() const;
/**
* @brief get the child of the node
* @return child
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment