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