Blame view
circus/javadoc/java_cup/parser.html
30 KB
8d0dc533f
![]() |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_01) on Mon Apr 23 21:09:01 GMT 2007 --> <TITLE> parser </TITLE> <META NAME="keywords" CONTENT="java_cup.parser class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="parser"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/parser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../java_cup/parse_reduce_table.html" title="class in java_cup"><B>PREV CLASS</B></A> <A HREF="../java_cup/production.html" title="class in java_cup"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?java_cup/parser.html" target="_top"><B>FRAMES</B></A> <A HREF="parser.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> java_cup</FONT> <BR> Class parser</H2> <PRE> java.lang.Object <IMG SRC="../resources/inherit.gif" ALT="extended by "><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">java_cup.runtime.lr_parser</A> <IMG SRC="../resources/inherit.gif" ALT="extended by "><B>java_cup.parser</B> </PRE> <HR> <DL> <DT><PRE>public class <B>parser</B><DT>extends <A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></DL> </PRE> <P> CUP v0.10j generated parser. <P> <P> <DL> <DT><B>Version:</B></DT> <DD>Sat Jul 24 08:05:57 EDT 1999</DD> </DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected static short[][]</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#_action_table">_action_table</A></B></CODE> <BR> Parse-action table.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected static short[][]</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#_production_table">_production_table</A></B></CODE> <BR> Production table.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected static short[][]</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#_reduce_table">_reduce_table</A></B></CODE> <BR> <code>reduce_goto</code> table.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected java_cup.CUP$parser$actions</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#action_obj">action_obj</A></B></CODE> <BR> Instance of action encapsulation class.</TD> </TR> </TABLE> <A NAME="fields_inherited_from_class_java_cup.runtime.lr_parser"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Fields inherited from class java_cup.runtime.<A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../java_cup/runtime/lr_parser.html#_done_parsing">_done_parsing</A>, <A HREF="../java_cup/runtime/lr_parser.html#_error_sync_size">_error_sync_size</A>, <A HREF="../java_cup/runtime/lr_parser.html#action_tab">action_tab</A>, <A HREF="../java_cup/runtime/lr_parser.html#cur_token">cur_token</A>, <A HREF="../java_cup/runtime/lr_parser.html#lookahead">lookahead</A>, <A HREF="../java_cup/runtime/lr_parser.html#lookahead_pos">lookahead_pos</A>, <A HREF="../java_cup/runtime/lr_parser.html#production_tab">production_tab</A>, <A HREF="../java_cup/runtime/lr_parser.html#reduce_tab">reduce_tab</A>, <A HREF="../java_cup/runtime/lr_parser.html#stack">stack</A>, <A HREF="../java_cup/runtime/lr_parser.html#tos">tos</A></CODE></TD> </TR> </TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../java_cup/parser.html#parser()">parser</A></B>()</CODE> <BR> Default constructor.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../java_cup/parser.html#parser(java_cup.runtime.Scanner)">parser</A></B>(<A HREF="../java_cup/runtime/Scanner.html" title="interface in java_cup.runtime">Scanner</A> s)</CODE> <BR> Constructor which sets the default scanner.</TD> </TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> short[][]</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#action_table()">action_table</A></B>()</CODE> <BR> Access to parse-action table.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../java_cup/runtime/Symbol.html" title="class in java_cup.runtime">Symbol</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#do_action(int, java_cup.runtime.lr_parser, java.util.Stack, int)">do_action</A></B>(int act_num, <A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A> parser, java.util.Stack stack, int top)</CODE> <BR> Invoke a user supplied parse action.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> int</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#EOF_sym()">EOF_sym</A></B>()</CODE> <BR> <code>EOF</code> Symbol index.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> int</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#error_sym()">error_sym</A></B>()</CODE> <BR> <code>error</code> Symbol index.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected void</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#init_actions()">init_actions</A></B>()</CODE> <BR> Action encapsulation object initializer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> short[][]</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#production_table()">production_table</A></B>()</CODE> <BR> Access to production table.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> short[][]</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#reduce_table()">reduce_table</A></B>()</CODE> <BR> Access to <code>reduce_goto</code> table.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#report_error(java.lang.String, java.lang.Object)">report_error</A></B>(java.lang.String message, java.lang.Object info)</CODE> <BR> Report a non fatal error (or warning).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#report_fatal_error(java.lang.String, java.lang.Object)">report_fatal_error</A></B>(java.lang.String message, java.lang.Object info)</CODE> <BR> Report a fatal error.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../java_cup/runtime/Symbol.html" title="class in java_cup.runtime">Symbol</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#scan()">scan</A></B>()</CODE> <BR> Scan to get the next Symbol.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> int</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#start_production()">start_production</A></B>()</CODE> <BR> Indicates start production.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> int</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#start_state()">start_state</A></B>()</CODE> <BR> Indicates start state.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../java_cup/parser.html#user_init()">user_init</A></B>()</CODE> <BR> User initialization code.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java_cup.runtime.lr_parser"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java_cup.runtime.<A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../java_cup/runtime/lr_parser.html#advance_lookahead()">advance_lookahead</A>, <A HREF="../java_cup/runtime/lr_parser.html#cur_err_token()">cur_err_token</A>, <A HREF="../java_cup/runtime/lr_parser.html#debug_message(java.lang.String)">debug_message</A>, <A HREF="../java_cup/runtime/lr_parser.html#debug_parse()">debug_parse</A>, <A HREF="../java_cup/runtime/lr_parser.html#debug_reduce(int, int, int)">debug_reduce</A>, <A HREF="../java_cup/runtime/lr_parser.html#debug_shift(java_cup.runtime.Symbol)">debug_shift</A>, <A HREF="../java_cup/runtime/lr_parser.html#debug_stack()">debug_stack</A>, <A HREF="../java_cup/runtime/lr_parser.html#done_parsing()">done_parsing</A>, <A HREF="../java_cup/runtime/lr_parser.html#dump_stack()">dump_stack</A>, <A HREF="../java_cup/runtime/lr_parser.html#error_recovery(boolean)">error_recovery</A>, <A HREF="../java_cup/runtime/lr_parser.html#error_sync_size()">error_sync_size</A>, <A HREF="../java_cup/runtime/lr_parser.html#find_recovery_config(boolean)">find_recovery_config</A>, <A HREF="../java_cup/runtime/lr_parser.html#get_action(int, int)">get_action</A>, <A HREF="../java_cup/runtime/lr_parser.html#get_reduce(int, int)">get_reduce</A>, <A HREF="../java_cup/runtime/lr_parser.html#getScanner()">getScanner</A>, <A HREF="../java_cup/runtime/lr_parser.html#parse_lookahead(boolean)">parse_lookahead</A>, <A HREF="../java_cup/runtime/lr_parser.html#parse()">parse</A>, <A HREF="../java_cup/runtime/lr_parser.html#read_lookahead()">read_lookahead</A>, <A HREF="../java_cup/runtime/lr_parser.html#restart_lookahead()">restart_lookahead</A>, <A HREF="../java_cup/runtime/lr_parser.html#setScanner(java_cup.runtime.Scanner)">setScanner</A>, <A HREF="../java_cup/runtime/lr_parser.html#shift_under_error()">shift_under_error</A>, <A HREF="../java_cup/runtime/lr_parser.html#syntax_error(java_cup.runtime.Symbol)">syntax_error</A>, <A HREF="../java_cup/runtime/lr_parser.html#try_parse_ahead(boolean)">try_parse_ahead</A>, <A HREF="../java_cup/runtime/lr_parser.html#unpackFromStrings(java.lang.String[])">unpackFromStrings</A>, <A HREF="../java_cup/runtime/lr_parser.html#unrecovered_syntax_error(java_cup.runtime.Symbol)">unrecovered_syntax_error</A></CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="_production_table"><!-- --></A><H3> _production_table</H3> <PRE> protected static final short[][] <B>_production_table</B></PRE> <DL> <DD>Production table. <P> <DL> </DL> </DL> <HR> <A NAME="_action_table"><!-- --></A><H3> _action_table</H3> <PRE> protected static final short[][] <B>_action_table</B></PRE> <DL> <DD>Parse-action table. <P> <DL> </DL> </DL> <HR> <A NAME="_reduce_table"><!-- --></A><H3> _reduce_table</H3> <PRE> protected static final short[][] <B>_reduce_table</B></PRE> <DL> <DD><code>reduce_goto</code> table. <P> <DL> </DL> </DL> <HR> <A NAME="action_obj"><!-- --></A><H3> action_obj</H3> <PRE> protected java_cup.CUP$parser$actions <B>action_obj</B></PRE> <DL> <DD>Instance of action encapsulation class. <P> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="parser()"><!-- --></A><H3> parser</H3> <PRE> public <B>parser</B>()</PRE> <DL> <DD>Default constructor. <P> </DL> <HR> <A NAME="parser(java_cup.runtime.Scanner)"><!-- --></A><H3> parser</H3> <PRE> public <B>parser</B>(<A HREF="../java_cup/runtime/Scanner.html" title="interface in java_cup.runtime">Scanner</A> s)</PRE> <DL> <DD>Constructor which sets the default scanner. <P> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="production_table()"><!-- --></A><H3> production_table</H3> <PRE> public short[][] <B>production_table</B>()</PRE> <DL> <DD>Access to production table. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#production_table()">production_table</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="action_table()"><!-- --></A><H3> action_table</H3> <PRE> public short[][] <B>action_table</B>()</PRE> <DL> <DD>Access to parse-action table. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#action_table()">action_table</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> <DT><B>See Also:</B><DD><A HREF="../java_cup/runtime/lr_parser.html#get_action(int, int)"><CODE>lr_parser.get_action(int, int)</CODE></A></DL> </DD> </DL> <HR> <A NAME="reduce_table()"><!-- --></A><H3> reduce_table</H3> <PRE> public short[][] <B>reduce_table</B>()</PRE> <DL> <DD>Access to <code>reduce_goto</code> table. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#reduce_table()">reduce_table</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> <DT><B>See Also:</B><DD><A HREF="../java_cup/runtime/lr_parser.html#get_reduce(int, int)"><CODE>lr_parser.get_reduce(int, int)</CODE></A></DL> </DD> </DL> <HR> <A NAME="init_actions()"><!-- --></A><H3> init_actions</H3> <PRE> protected void <B>init_actions</B>()</PRE> <DL> <DD>Action encapsulation object initializer. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#init_actions()">init_actions</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="do_action(int, java_cup.runtime.lr_parser, java.util.Stack, int)"><!-- --></A><H3> do_action</H3> <PRE> public <A HREF="../java_cup/runtime/Symbol.html" title="class in java_cup.runtime">Symbol</A> <B>do_action</B>(int act_num, <A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A> parser, java.util.Stack stack, int top) throws java.lang.Exception</PRE> <DL> <DD>Invoke a user supplied parse action. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#do_action(int, java_cup.runtime.lr_parser, java.util.Stack, int)">do_action</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>act_num</CODE> - the internal index of the action to be performed.<DD><CODE>parser</CODE> - the parser object we are acting for.<DD><CODE>stack</CODE> - the parse stack of that object.<DD><CODE>top</CODE> - the index of the top element of the parse stack. <DT><B>Throws:</B> <DD><CODE>java.lang.Exception</CODE></DL> </DD> </DL> <HR> <A NAME="start_state()"><!-- --></A><H3> start_state</H3> <PRE> public int <B>start_state</B>()</PRE> <DL> <DD>Indicates start state. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#start_state()">start_state</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="start_production()"><!-- --></A><H3> start_production</H3> <PRE> public int <B>start_production</B>()</PRE> <DL> <DD>Indicates start production. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#start_production()">start_production</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="EOF_sym()"><!-- --></A><H3> EOF_sym</H3> <PRE> public int <B>EOF_sym</B>()</PRE> <DL> <DD><code>EOF</code> Symbol index. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#EOF_sym()">EOF_sym</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="error_sym()"><!-- --></A><H3> error_sym</H3> <PRE> public int <B>error_sym</B>()</PRE> <DL> <DD><code>error</code> Symbol index. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#error_sym()">error_sym</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="user_init()"><!-- --></A><H3> user_init</H3> <PRE> public void <B>user_init</B>() throws java.lang.Exception</PRE> <DL> <DD>User initialization code. <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#user_init()">user_init</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.lang.Exception</CODE></DL> </DD> </DL> <HR> <A NAME="scan()"><!-- --></A><H3> scan</H3> <PRE> public <A HREF="../java_cup/runtime/Symbol.html" title="class in java_cup.runtime">Symbol</A> <B>scan</B>() throws java.lang.Exception</PRE> <DL> <DD>Scan to get the next Symbol. <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#scan()">scan</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.lang.Exception</CODE></DL> </DD> </DL> <HR> <A NAME="report_fatal_error(java.lang.String, java.lang.Object)"><!-- --></A><H3> report_fatal_error</H3> <PRE> public void <B>report_fatal_error</B>(java.lang.String message, java.lang.Object info)</PRE> <DL> <DD><B>Description copied from class: <CODE><A HREF="../java_cup/runtime/lr_parser.html#report_fatal_error(java.lang.String, java.lang.Object)">lr_parser</A></CODE></B></DD> <DD>Report a fatal error. This method takes a message string and an additional object (to be used by specializations implemented in subclasses). Here in the base class a very simple implementation is provided which reports the error then throws an exception. <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#report_fatal_error(java.lang.String, java.lang.Object)">report_fatal_error</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>message</CODE> - an error message.<DD><CODE>info</CODE> - an extra object reserved for use by specialized subclasses.</DL> </DD> </DL> <HR> <A NAME="report_error(java.lang.String, java.lang.Object)"><!-- --></A><H3> report_error</H3> <PRE> public void <B>report_error</B>(java.lang.String message, java.lang.Object info)</PRE> <DL> <DD><B>Description copied from class: <CODE><A HREF="../java_cup/runtime/lr_parser.html#report_error(java.lang.String, java.lang.Object)">lr_parser</A></CODE></B></DD> <DD>Report a non fatal error (or warning). This method takes a message string and an additional object (to be used by specializations implemented in subclasses). Here in the base class a very simple implementation is provided which simply prints the message to System.err. <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../java_cup/runtime/lr_parser.html#report_error(java.lang.String, java.lang.Object)">report_error</A></CODE> in class <CODE><A HREF="../java_cup/runtime/lr_parser.html" title="class in java_cup.runtime">lr_parser</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>message</CODE> - an error message.<DD><CODE>info</CODE> - an extra object reserved for use by specialized subclasses.</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/parser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../java_cup/parse_reduce_table.html" title="class in java_cup"><B>PREV CLASS</B></A> <A HREF="../java_cup/production.html" title="class in java_cup"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?java_cup/parser.html" target="_top"><B>FRAMES</B></A> <A HREF="parser.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> |