Cleaned Code by Removing Location Tracking for Errors
This commit is contained in:
@@ -7,13 +7,14 @@
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "MPPowerFunction.h"
|
||||
#import "MPFunction+MPValue.h"
|
||||
#import "MPValueGroup.h"
|
||||
|
||||
@interface MPFunctionValue : NSObject <MPValue>
|
||||
|
||||
- (instancetype)initWithTokenStream:(MPTokenStream *)tokenStream; // May return an MPFunctionValue or a powered function
|
||||
|
||||
@property (nonatomic, copy) NSString *functionName;
|
||||
@property (nonatomic, strong) MPValueGroup *valueGroup;
|
||||
@property (readonly, nonatomic, copy) NSString *functionName;
|
||||
@property (readonly, nonatomic, strong) MPPowerFunction *power; // May be nil
|
||||
@property (readonly, nonatomic, strong) MPValueGroup *valueGroup;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user