1 2 package java_cup; 3 4 7 public class parse_reduce_row { 8 9 10 11 12 15 public parse_reduce_row() 16 { 17 18 if (_size <= 0 ) _size = non_terminal.number(); 19 20 21 under_non_term = new lalr_state[size()]; 22 } 23 24 25 26 27 28 29 protected static int _size = 0; 30 31 32 public static int size() {return _size;} 33 34 35 36 37 38 39 public lalr_state under_non_term[]; 40 } 41 42 | Popular Tags |