Changes in src/SynTree/Constant.h [bb9d8e8:3c398b6]
- File:
-
- 1 edited
-
src/SynTree/Constant.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Constant.h
rbb9d8e8 r3c398b6 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, Indenterindent = 0 ) const;59 virtual void print( std::ostream & os, int indent = 0 ) const; 60 60 private: 61 61 Type * type;
Note:
See TracChangeset
for help on using the changeset viewer.