Home
last modified time | relevance | path

Searched refs:TokenStartCharIndex (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas607 property TokenStartCharIndex: Integer read GetTokenStartCharIndex write SetTokenStartCharIndex; property
5346 FState.TokenStartCharIndex, GetCharIndex - 1);
5452 Result := FInput.Substring(FState.TokenStartCharIndex, GetCharIndex - 1)
5527 FState.TokenStartCharIndex := FInput.Index;
5582 FState.TokenStartCharIndex := -1;
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg250 State.TokenStartCharIndex := Input.Index;
1759 lexerRulePropertyRef_start(scope,attr) ::= "State.TokenStartCharIndex"