Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Expression.h

    r294647b r5ded739  
    1919#include <map>
    2020#include <memory>
    21 
    22 #include "BaseSyntaxNode.h"
    23 #include "Constant.h"
    24 #include "Mutator.h"
    2521#include "SynTree.h"
    2622#include "Visitor.h"
     23#include "Mutator.h"
     24#include "Constant.h"
    2725#include "Common/UniqueName.h"
    2826
    2927/// Expression is the root type for all expressions
    30 class Expression : public BaseSyntaxNode{
     28class Expression {
    3129  public:
    3230        Expression( Expression * _aname = nullptr );
Note: See TracChangeset for help on using the changeset viewer.