Changes in src/SynTree/TupleExpr.cc [20de6fb:14388c1]
- File:
-
- 1 edited
-
src/SynTree/TupleExpr.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/TupleExpr.cc
r20de6fb r14388c1 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Fri Mar 17 09:42:29 201713 // Update Count : 311 // Last Modified By : Andrew Beach 12 // Last Modified On : Mon Aug 12 14:22:00 2019 13 // Update Count : 4 14 14 // 15 15 … … 78 78 } 79 79 80 bool TupleIndexExpr::get_lvalue() const { 81 assert( result->get_lvalue() ); 82 return true; 83 } 84 80 85 void TupleIndexExpr::print( std::ostream &os, Indenter indent ) const { 81 86 os << "Tuple Index Expression, with tuple:" << std::endl;
Note:
See TracChangeset
for help on using the changeset viewer.