Changes in src/SynTree/Constant.h [62423350:6ea87486]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Constant.h
r62423350 r6ea87486 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Thr Jun 22 10:13:00 201713 // Update Count : 1 512 // Last Modified On : Fri Jul 14 13:33:00 2017 13 // Update Count : 16 14 14 // 15 15 … … 44 44 static Constant from_double( double d ); 45 45 46 /// generates a null pointer value for the given type. void * if omitted. 47 static Constant null( Type * ptrtype = nullptr ); 48 46 49 virtual void accept( Visitor & v ) { v.visit( this ); } 47 50 virtual Constant * acceptMutator( Mutator & m ) { return m.mutate( this ); }
Note: See TracChangeset
for help on using the changeset viewer.