Implemented Evaluation
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
@import Foundation;
|
||||
|
||||
#import "MPParseError.h"
|
||||
|
||||
@protocol MPExpressionElement <NSObject, NSCopying, NSCoding>
|
||||
|
||||
- (BOOL)isString;
|
||||
@@ -15,10 +17,6 @@
|
||||
|
||||
- (NSUInteger)length;
|
||||
|
||||
- (double)doubleValue;
|
||||
- (float)floatValue;
|
||||
- (int)intValue;
|
||||
- (NSInteger)integerValue;
|
||||
- (long long)longLongValue;
|
||||
- (NSDecimalNumber *)evaluate:(MPParseError *__autoreleasing *)error;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user