Archived
1

Added some methods to „Working With the Expression Tree“ section

This commit is contained in:
Kim Wittenburg
2014-04-23 03:10:17 +02:00
parent 24c53bde2e
commit 3c944f3fc0
4 changed files with 57 additions and 5 deletions

View File

@@ -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