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

Lines Matching refs:TokenText

3774   TokenText: String;
3776 TokenText := '<missing ' + GetTokenNames[ExpectedTokenType] + '>';
3777 Result := TCommonTree.Create(TCommonToken.Create(ExpectedTokenType, TokenText));