AjRools.Expert.Compiler.Lexer.PushChar C# (CSharp) Method

PushChar() private method

private PushChar ( int ich ) : void
ich int
return void
        private void PushChar(int ich)
        {
            this.characters.Push(ich);
        }
    }