public StatementDecoder(LineIO io) { this.io = io; actions = new Action<State>[256]; SetUpDecodingTable(); }
public StatementDecoder(LineIO io) { this.io = io; actions = new Action <State> [256]; SetUpDecodingTable(); }