Antlr4.Runtime.UnbufferedCharStream.NextChar C# (CSharp) Method

NextChar() protected method

Override to provide different source of characters than input .
protected NextChar ( ) : int
return int
        protected internal virtual int NextChar()
        {
            return input.Read();
        }