Changes in src/Parser/ParseNode.h [930f69e:e612146c]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r930f69e re612146c 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 10 09:56:32201713 // Update Count : 80112 // Last Modified On : Sun Sep 3 19:24:34 2017 13 // Update Count : 799 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 );170 168 Expression * build_field_name_FLOATINGconstant( const std::string & str ); 171 169 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.