/external/antlr/runtime/ObjC/Framework/ |
D | RuleMemo.h | 45 + (RuleMemo *)newRuleMemoWithStartIndex:(ACNumber *)aStartIndex StopIndex:(ACNumber *)aStopIndex; 48 - (id) initWithStartIndex:(ACNumber *)aStartIndex StopIndex:(ACNumber *)aStopIndex;
|
D | RuleMemo.m | 45 + (RuleMemo *)newRuleMemoWithStartIndex:(ACNumber *)anIndex StopIndex:(ACNumber *)aStopIndex 47 return [[RuleMemo alloc] initWithStartIndex:anIndex StopIndex:aStopIndex]; 59 - (id) initWithStartIndex:(ACNumber *)aStartIndex StopIndex:(ACNumber *)aStopIndex
|
D | HashRule.m | 195 - (void)putRuleMemoAtStartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex 205 … StopIndex:[ACNumber numberWithInteger:aStopIndex]]; 223 … StopIndex:[ACNumber numberWithInteger:aStopIndex]];
|
D | RuleStack.h | 62 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(N…
|
D | HashRule.h | 63 - (void)putRuleMemoAtStartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
|
D | RuleStack.m | 131 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(N…
|
D | BaseRecognizer.m | 1065 … [aRuleStack putHashRuleAtRuleIndex:ruleIndex StartIndex:ruleStartIndex StopIndex:stopTokenIndex];
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | IToken.cs | 69 int StopIndex { property
|
D | ClassicToken.cs | 131 public int StopIndex { property in Antlr.Runtime.ClassicToken
|
D | CommonToken.cs | 169 public int StopIndex { property in Antlr.Runtime.CommonToken
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | IToken.cs | 77 int StopIndex property
|
D | ClassicToken.cs | 155 public int StopIndex property in Antlr.Runtime.ClassicToken
|
D | CommonToken.cs | 194 public int StopIndex property in Antlr.Runtime.CommonToken
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimToken.cs | 124 public int StopIndex property
|
D | SlimTokenStream.cs | 421 … string text = input.Substring( t.StartIndex, t.StopIndex - t.StartIndex + 1 ); in ToString()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 645 property StopIndex: Integer read GetStopIndex write SetStopIndex; property 4032 FStop := OldCommonToken.StopIndex; 4183 StopIndex: Integer; 4185 StopIndex := GetRuleMemoization(RuleIndex, Input.Index); 4186 Result := (StopIndex <> MEMO_RULE_UNKNOWN); 4189 if (StopIndex = MEMO_RULE_FAILED) then 4192 Input.Seek(StopIndex + 1); // jump to one past stop token 4845 I, StartIndex, StopIndex: Integer; 4850 StopIndex := Min(Stop,FTokens.Count - 1); 4852 if (StartIndex > StopIndex) then [all …]
|
D | Antlr.Runtime.Tree.pas | 623 property StopIndex: Integer read GetStopIndex write SetStopIndex; property 2464 FStopIndex := ANode.StopIndex;
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 141 public int StopIndex { property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 165 public int StopIndex property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
|