Changeset 68f9c43 for src/SynTree/BaseSyntaxNode.h
- Timestamp:
- Mar 16, 2018, 5:15:02 PM (5 years ago)
- Branches:
- new-env, with_gc
- Children:
- 8d7bef2
- Parents:
- 6171841
- git-author:
- Aaron Moss <a3moss@…> (03/16/18 17:04:24)
- git-committer:
- Aaron Moss <a3moss@…> (03/16/18 17:15:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/BaseSyntaxNode.h
r6171841 r68f9c43 17 17 18 18 #include "Common/CodeLocation.h" 19 #include "Common/GC.h" 19 20 #include "Common/Indenter.h" 21 20 22 class Visitor; 21 23 class Mutator; 22 24 23 class BaseSyntaxNode {24 25 class BaseSyntaxNode : GC_Object { 26 public: 25 27 CodeLocation location; 26 27 virtual ~BaseSyntaxNode() {}28 28 29 29 virtual BaseSyntaxNode * clone() const = 0;
Note: See TracChangeset
for help on using the changeset viewer.