Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:Line

511     /// <summary>In case we don't have a token payload, what is the line for errors? </summary>
512 property Line: Integer read GetLine;
1347 // cannot contain any line/column info
2504 if (FToken = nil) or (FToken.Line = 0) then
2507 Result := GetChild(0).Line
2512 Result := FToken.Line;
3745 Result := Result + 'line ' + IntToStr(E.Line) + ':' + IntToStr(E.CharPositionInLine);