Cleaned Code by Removing Location Tracking for Errors
This commit is contained in:
@@ -13,10 +13,8 @@
|
||||
|
||||
@interface MPFactor : NSObject <MPExpressionTreeElement>
|
||||
|
||||
@property (nonatomic) BOOL hasMultiplicationSymbol;
|
||||
@property (nonatomic, strong) MPOperatorChain *operatorChain;
|
||||
@property (nonatomic, strong) id<MPValue> value;
|
||||
|
||||
- (NSRange)multiplicationSymbolRange;
|
||||
@property (readonly, nonatomic) BOOL hasMultiplicationSymbol;
|
||||
@property (readonly, nonatomic, strong) MPOperatorChain *operatorChain;
|
||||
@property (readonly, nonatomic, strong) id<MPValue> value;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user