AIMA.Core.Logic.Common.Lexer.lookAhead C# (CSharp) Méthode

lookAhead() protected méthode

protected lookAhead ( int position ) : char
position int
Résultat char
        protected char lookAhead(int position)
        {
            return (char)lookAheadBuffer[position - 1];
        }