Changes in src/SynTree/Expression.h [0e315a5:546e712]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Expression.h
r0e315a5 r546e712 299 299 DeclarationWithType * var; 300 300 301 VariableExpr(); 301 302 VariableExpr( DeclarationWithType * var ); 302 303 VariableExpr( const VariableExpr & other );
Note:
See TracChangeset
for help on using the changeset viewer.