Lines Matching refs:RuleMemo
2 // RuleMemo.m
32 #import "RuleMemo.h"
35 @implementation RuleMemo implementation
40 + (RuleMemo *)newRuleMemo
42 return [[RuleMemo alloc] init];
45 + (RuleMemo *)newRuleMemoWithStartIndex:(ACNumber *)anIndex StopIndex:(ACNumber *)aStopIndex
47 return [[RuleMemo alloc] initWithStartIndex:anIndex StopIndex:aStopIndex];
72 RuleMemo *copy;
94 - (RuleMemo *)getRuleWithStartIndex:(NSInteger)aStartIndex
96 RuleMemo *aMatchMemo = self;
108 RuleMemo *aMatchMemo = self;
120 RuleMemo *aMatchMemo = self;