Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Importer/Token.cs
- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Importer/Token.cs
r14185 r14929 21 21 22 22 using System.Globalization; 23 using HeuristicLab.Persistence; 23 24 24 25 namespace HeuristicLab.Problems.DataAnalysis.Symbolic { 26 [StorableType("3be004ef-813b-4389-9945-c084b5f234eb")] 25 27 internal enum TokenSymbol { LPAR, RPAR, SYMB, NUMBER }; 26 28 internal class Token {
Note: See TracChangeset
for help on using the changeset viewer.