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

Lines Matching refs:Hidden

779     // Emit a token and all hidden nodes before.  EOF node holds all
780 // hidden tokens after last real token.
3480 Hidden: IToken;
3487 for Hidden in FHiddenTokens do
3488 Buf.Append(Hidden.Text);