Added Documentation
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
return MPGenericFunctionToken;
|
||||
}
|
||||
|
||||
|
||||
- (NSRange)range
|
||||
{
|
||||
NSUInteger selfIndex = [self.parent indexOfElement:self];
|
||||
@@ -26,11 +27,13 @@
|
||||
1);
|
||||
}
|
||||
|
||||
|
||||
- (BOOL)exists
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
||||
- (NSString *)stringValue
|
||||
{
|
||||
return [self description];
|
||||
|
||||
Reference in New Issue
Block a user