Home
last modified time | relevance | path

Searched refs:label_types (Results 1 – 1 of 1) sorted by relevance

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