HomeSort by relevance Sort by last modified time
    Searched full:label_types (Results 1 - 1 of 1) sorted by null

  /cts/tools/dasm/src/java_cup/
production.java 294 Hashtable label_types)/* map from labels to stack types */
307 label_type = (String)label_types.get(id_str);
355 Hashtable label_types) /* map from labels to symbol stack types */
393 label_translate(id_str, act_pos, label_map,label_types));
444 Hashtable label_types = new Hashtable(11); local
460 label_types.put(part.label(), part.the_symbol().stack_type());
467 label_types.put("RESULT", lhs_type);
477 act_part.code_string(), pos, label_map, label_types)); local
482 return action_translate(final_action, rhs_len, label_map, label_types);

Completed in 236 milliseconds