symbol_part.java | 11 public class symbol_part extends production_part { class in inherits:production_part 21 public symbol_part(symbol sym, String lab) throws internal_error method in class:symbol_part 27 "Attempt to construct a symbol_part with a null symbol"); 36 public symbol_part(symbol sym) throws internal_error method in class:symbol_part 61 public boolean equals(symbol_part other) 72 if (!(other instanceof symbol_part)) 75 return equals((symbol_part)other);
|