Changes in src/Parser/ParseNode.h [e612146c:930f69e]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
re612146c r930f69e 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Sep 3 19:24:34201713 // Update Count : 79912 // Last Modified On : Sun Sep 10 09:56:32 2017 13 // Update Count : 801 14 14 // 15 15 … … 166 166 Expression * build_constantChar( std::string &str ); 167 167 Expression * build_constantStr( std::string &str ); 168 Expression * build_field_name_FLOATING_FRACTIONconstant( const std::string & str ); 169 Expression * build_field_name_FLOATING_DECIMALconstant( const std::string & str ); 168 170 Expression * build_field_name_FLOATINGconstant( const std::string & str ); 169 171 Expression * build_field_name_fraction_constants( Expression * fieldName, ExpressionNode * fracts ); 170 Expression * build_field_name_REALFRACTIONconstant( const std::string & str );171 Expression * build_field_name_REALDECIMALconstant( const std::string & str );172 172 173 173 NameExpr * build_varref( const std::string * name );
Note:
See TracChangeset
for help on using the changeset viewer.