Ejemplo n.º 1
0
 public LALRStateTable(CGTStructure structure, int start, int count)
 {
     list = new ArrayList();
     for (int i = start; i < start + count; i++)
     {
         LALRStateRecord lalrState = new LALRStateRecord(structure.Records[i]);
         list.Add(lalrState);
     }
 }
Ejemplo n.º 2
0
 public LALRStateTable(CGTStructure structure, int start, int count)
 {
     list = new ArrayList();
     for (int i = start; i < start + count; i++)
     {
         LALRStateRecord lalrState = new LALRStateRecord(structure.Records[i]);
         list.Add(lalrState);
     }
 }