Changeset cdb990a for src/SynTree/Expression.h
- Timestamp:
- May 18, 2018, 6:45:18 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- ccdab45
- Parents:
- 95642c9
- git-author:
- Rob Schluntz <rschlunt@…> (05/18/18 18:04:11)
- git-committer:
- Rob Schluntz <rschlunt@…> (05/18/18 18:45:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Expression.h
r95642c9 rcdb990a 76 76 InferredParams & get_inferParams() { return inferParams; } 77 77 78 // move other's inferParams to this 79 void spliceInferParams( Expression * other ); 80 78 81 virtual Expression * clone() const override = 0; 79 82 virtual void accept( Visitor & v ) override = 0;
Note: See TracChangeset
for help on using the changeset viewer.