Home
last modified time | relevance | path

Searched refs:StopIndex (Results 1 – 19 of 19) sorted by relevance

/external/antlr/runtime/ObjC/Framework/
DRuleMemo.h45 + (RuleMemo *)newRuleMemoWithStartIndex:(ACNumber *)aStartIndex StopIndex:(ACNumber *)aStopIndex;
48 - (id) initWithStartIndex:(ACNumber *)aStartIndex StopIndex:(ACNumber *)aStopIndex;
DRuleMemo.m45 + (RuleMemo *)newRuleMemoWithStartIndex:(ACNumber *)anIndex StopIndex:(ACNumber *)aStopIndex
47 return [[RuleMemo alloc] initWithStartIndex:anIndex StopIndex:aStopIndex];
59 - (id) initWithStartIndex:(ACNumber *)aStartIndex StopIndex:(ACNumber *)aStopIndex
DHashRule.m195 - (void)putRuleMemoAtStartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex
205StopIndex:[ACNumber numberWithInteger:aStopIndex]];
223StopIndex:[ACNumber numberWithInteger:aStopIndex]];
DRuleStack.h62 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(N…
DHashRule.h63 - (void)putRuleMemoAtStartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
DRuleStack.m131 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(N…
DBaseRecognizer.m1065 … [aRuleStack putHashRuleAtRuleIndex:ruleIndex StartIndex:ruleStartIndex StopIndex:stopTokenIndex];
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DIToken.cs77 int StopIndex property
DClassicToken.cs155 public int StopIndex property in Antlr.Runtime.ClassicToken
DCommonToken.cs194 public int StopIndex property in Antlr.Runtime.CommonToken
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DIToken.cs69 int StopIndex { property
DClassicToken.cs131 public int StopIndex { property in Antlr.Runtime.ClassicToken
DCommonToken.cs169 public int StopIndex { property in Antlr.Runtime.CommonToken
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimToken.cs124 public int StopIndex property
DSlimTokenStream.cs421 … string text = input.Substring( t.StartIndex, t.StopIndex - t.StartIndex + 1 ); in ToString()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas645 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 …]
DAntlr.Runtime.Tree.pas623 property StopIndex: Integer read GetStopIndex write SetStopIndex; property
2464 FStopIndex := ANode.StopIndex;
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs141 public int StopIndex { property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs165 public int StopIndex property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken