Antlr.Runtime.LegacyCommonTokenStream.GetTokens C# (CSharp) Method

GetTokens() public method

public GetTokens ( ) : IList
return IList
        public virtual IList<IToken> GetTokens()
        {
            if ( p == -1 )
            {
                FillBuffer();
            }
            return tokens;
        }

Same methods

LegacyCommonTokenStream::GetTokens ( int start, int stop ) : IList
LegacyCommonTokenStream::GetTokens ( int start, int stop, BitSet types ) : IList
LegacyCommonTokenStream::GetTokens ( int start, int stop, IList types ) : IList
LegacyCommonTokenStream::GetTokens ( int start, int stop, int ttype ) : IList