Home
last modified time | relevance | path

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

/cts/tools/dasm/src/java_cup/
DMain.java263 emit.package_name = argv[i]; in parse_args()
273 emit.parser_class_name = argv[i]; in parse_args()
282 emit.input_file_name = argv[i]; in parse_args()
292 emit.symbol_const_class_name = argv[i]; in parse_args()
330 else if (argv[i].equals("-nowarn")) emit.nowarn = true; in parse_args()
370 if (emit.input_file_name != null) in open_files()
372 input_file = new BufferedInputStream(new FileInputStream(emit.input_file_name)); in open_files()
385 out_name = out_path + emit.parser_class_name + ".java"; in open_files()
396 out_name = out_path + emit.symbol_const_class_name + ".java"; in open_files()
470 emit.unused_term++; in check_unused()
[all …]
Dparser.java650 emit.start_production = in CUP$do_action()
777 emit.start_production = in CUP$do_action()
923 emit.debug_grammar = multipart_name; in CUP$do_action()
944emit.scan_code = (/*user_code*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-1)).str_val; in CUP$do_action()
963emit.init_code = (/*user_code*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-1)).str_val; in CUP$do_action()
982emit.parser_code = (/*user_code*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-1)).str_v… in CUP$do_action()
1001emit.action_code = (/*user_code*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-1)).str_v… in CUP$do_action()
1028 emit.import_list.push(multipart_name); in CUP$do_action()
1074 emit.package_name = multipart_name; in CUP$do_action()
Dparser.cup43 code strings) are stored as static variables of the emit class and
221 emit.package_name = multipart_name;
247 emit.import_list.push(multipart_name);
265 emit.action_code = user_code.str_val;
277 emit.parser_code = user_code.str_val;
289 emit.init_code = user_code.str_val;
301 emit.scan_code = user_code.str_val;
313 emit.debug_grammar = multipart_name;
403 emit.start_production =
425 /* if it wasn't declared, emit a message */
[all …]
Dparse_action_table.java93 if (!emit.nowarn) in check_reductions()
Dproduction.java313 return "((" + label_type + ")" + emit.pre("result") + ")"; in label_translate()
338 emit.pre("stack") + ".elementAt(" + emit.pre("top") +"-"+ offset + "))"; in label_translate()
Dlalr_state.java649 emit.num_conflicts++; in report_reduce_reduce()
694 emit.num_conflicts++; in report_shift_reduce()
Demit.java99 public class emit { class
106 private emit() { } in emit() method in emit
/cts/tools/dasm/etc/
Djava_cup.jar ... ) throws java.lang.Exception } java_cup/emit.class emit.java package java_cup public java_cup. ...
Djava_cup-new.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/ ...
Djava_cup.jar.old ... ) throws java.lang.Exception } java_cup/emit.class emit.java package java_cup public java_cup. ...