<!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>