Added some methods to „Working With the Expression Tree“ section
This commit is contained in:
@@ -35,10 +35,13 @@
|
||||
|
||||
@interface MPFunction (MPFunctionExtensionMethods)
|
||||
|
||||
#pragma mark Children
|
||||
#pragma mark Working With the Expression Tree
|
||||
|
||||
// May be overridden for performance improvements
|
||||
- (NSArray *)children;
|
||||
- (NSUInteger)indexOfChild:(MPExpression *)child;
|
||||
|
||||
- (id)symbolAtIndexPath:(NSIndexPath *)indexPath;
|
||||
|
||||
#pragma mark Evaluating Functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user