コード例 #1
0
ファイル: StatementDecoder.cs プロジェクト: njmube/public
        public StatementDecoder(LineIO io)
        {
            this.io = io;

              actions = new Action<State>[256];
              SetUpDecodingTable();
        }
コード例 #2
0
        public StatementDecoder(LineIO io)
        {
            this.io = io;

            actions = new Action <State> [256];
            SetUpDecodingTable();
        }