AIMA.Core.Logic.Common.Parser.lookAhead C# (CSharp) 메소드

lookAhead() 보호된 메소드

protected lookAhead ( int i ) : Token
i int
리턴 Token
        protected Token lookAhead(int i)
        {
            return lookAheadBuffer[i - 1];
        }