Changes in src/SynTree/Constant.h [3c398b6:bb9d8e8]
- File:
-
- 1 edited
-
src/SynTree/Constant.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Constant.h
r3c398b6 rbb9d8e8 57 57 virtual void accept( Visitor & v ) { v.visit( this ); } 58 58 virtual Constant * acceptMutator( Mutator & m ) { return m.mutate( this ); } 59 virtual void print( std::ostream & os, intindent = 0 ) const;59 virtual void print( std::ostream & os, Indenter indent = 0 ) const; 60 60 private: 61 61 Type * type;
Note:
See TracChangeset
for help on using the changeset viewer.