public PlSql(PlSqlTokenManager tm) { token_source = tm; token = new Token(); mcc_ntk = -1; mcc_gen = 0; for (int i = 0; i < 239; i++) mcc_la1[i] = -1; for (int i = 0; i < mcc_2_rtns.Length; i++) mcc_2_rtns[i] = new MccCalls(); }
public PlSql(System.IO.TextReader stream) { mcc_input_stream = new SimpleCharStream(stream, 1, 1); token_source = new PlSqlTokenManager(mcc_input_stream); token = new Token(); mcc_ntk = -1; mcc_gen = 0; for (int i = 0; i < 239; i++) mcc_la1[i] = -1; for (int i = 0; i < mcc_2_rtns.Length; i++) mcc_2_rtns[i] = new MccCalls(); }