JavaTXCompilerInJavaTX/doc/LambdaJavadoc/mycompiler/myparser/JavaParser.html
2014-02-04 17:44:03 +01:00

1447 lines
55 KiB
HTML
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Wed Sep 18 10:43:02 CEST 2013 -->
<title>JavaParser</title>
<meta name="date" content="2013-09-18">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JavaParser";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/JavaParser.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-files/index-1.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../mycompiler/myparser/JavaLexer.html" title="class in mycompiler.myparser"><span class="strong">Prev Class</span></a></li>
<li><a href="../../mycompiler/myparser/JavaParser.yyException.html" title="class in mycompiler.myparser"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?mycompiler/myparser/JavaParser.html" target="_top">Frames</a></li>
<li><a href="JavaParser.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">mycompiler.myparser</div>
<h2 title="Class JavaParser" class="title">Class JavaParser</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>mycompiler.myparser.JavaParser</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../mycompiler/unused/JavaCompiler.html" title="class in mycompiler.unused">JavaCompiler</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">JavaParser</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.yyException.html" title="class in mycompiler.myparser">JavaParser.yyException</a></strong></code>
<div class="block">thrown for irrecoverable syntax errors and stack overflow.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.yyInput.html" title="interface in mycompiler.myparser">JavaParser.yyInput</a></strong></code>
<div class="block">must be implemented by a scanner object to supply input to the parser.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#ABSTRACT">ABSTRACT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#ANDEQUAL">ANDEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#BOOLEAN">BOOLEAN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#BOOLLITERAL">BOOLLITERAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#BRACE">BRACE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#BREAK">BREAK</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#CASE">CASE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#CATCH">CATCH</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#CHAR">CHAR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#CHARLITERAL">CHARLITERAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#CLASS">CLASS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#CONTINUE">CONTINUE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#DECREMENT">DECREMENT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#DEFAULT">DEFAULT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#DIVIDEEQUAL">DIVIDEEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#DO">DO</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#DOUBLELITERAL">DOUBLELITERAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#ELSE">ELSE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#EOF">EOF</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#EQUAL">EQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#EXTENDS">EXTENDS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#FINAL">FINAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#FINALLY">FINALLY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#FLOATLITERAL">FLOATLITERAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#FOR">FOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#GREATEREQUAL">GREATEREQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#IDENTIFIER">IDENTIFIER</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#IF">IF</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#IMPLEMENTS">IMPLEMENTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#IMPORT">IMPORT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#INCREMENT">INCREMENT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#INSTANCEOF">INSTANCEOF</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#INT">INT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#INTERFACE">INTERFACE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#INTLITERAL">INTLITERAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#JNULL">JNULL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#LAMBDAASSIGNMENT">LAMBDAASSIGNMENT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#LESSEQUAL">LESSEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#LOGICALAND">LOGICALAND</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#LOGICALOR">LOGICALOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#LONGLITERAL">LONGLITERAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#MINUSEQUAL">MINUSEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#MODULOEQUAL">MODULOEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#NEW">NEW</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#NOTEQUAL">NOTEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#OP">OP</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#OREQUAL">OREQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#PACKAGE">PACKAGE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Vector</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#path">path</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#PLUSEQUAL">PLUSEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#PRIVATE">PRIVATE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#PROTECTED">PROTECTED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#PUBLIC">PUBLIC</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#RELOP">RELOP</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#RETURN">RETURN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#SHIFTLEFT">SHIFTLEFT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#SHIFTLEFTEQUAL">SHIFTLEFTEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#SHIFTRIGHT">SHIFTRIGHT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#SIGNEDSHIFTRIGHT">SIGNEDSHIFTRIGHT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#SIGNEDSHIFTRIGHTEQUAL">SIGNEDSHIFTRIGHTEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#STATIC">STATIC</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#STRINGLITERAL">STRINGLITERAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#SUPER">SUPER</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#SWITCH">SWITCH</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Vector&lt;<a href="../../mycompiler/mytype/Pair.html" title="class in mycompiler.mytype">Pair</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#testPair">testPair</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#THIS">THIS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#THROW">THROW</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#THROWS">THROWS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#TIMESEQUAL">TIMESEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#TRY">TRY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#UNSIGNEDSHIFTRIGHT">UNSIGNEDSHIFTRIGHT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#UNSIGNEDSHIFTRIGHTEQUAL">UNSIGNEDSHIFTRIGHTEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#VOID">VOID</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#WHILE">WHILE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#XOREQUAL">XOREQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#yyErrorCode">yyErrorCode</a></strong></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#JavaParser()">JavaParser</a></strong>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#yyerror(java.lang.String)">yyerror</a></strong>(java.lang.String&nbsp;message)</code>
<div class="block">simplified error message.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#yyerror(java.lang.String, java.lang.String[])">yyerror</a></strong>(java.lang.String&nbsp;message,
java.lang.String[]&nbsp;expected)</code>
<div class="block">(syntax) error message.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#yyparse(mycompiler.myparser.JavaParser.yyInput)">yyparse</a></strong>(<a href="../../mycompiler/myparser/JavaParser.yyInput.html" title="interface in mycompiler.myparser">JavaParser.yyInput</a>&nbsp;yyLex)</code>
<div class="block">the generated parser.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../../mycompiler/myparser/JavaParser.html#yyparse(mycompiler.myparser.JavaParser.yyInput, java.lang.Object)">yyparse</a></strong>(<a href="../../mycompiler/myparser/JavaParser.yyInput.html" title="interface in mycompiler.myparser">JavaParser.yyInput</a>&nbsp;yyLex,
java.lang.Object&nbsp;yydebug)</code>
<div class="block">the generated parser, with debugging messages.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="path">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>path</h4>
<pre>public&nbsp;java.util.Vector path</pre>
</li>
</ul>
<a name="testPair">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>testPair</h4>
<pre>public&nbsp;java.util.Vector&lt;<a href="../../mycompiler/mytype/Pair.html" title="class in mycompiler.mytype">Pair</a>&gt; testPair</pre>
</li>
</ul>
<a name="ABSTRACT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ABSTRACT</h4>
<pre>public static final&nbsp;int ABSTRACT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.ABSTRACT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="BOOLEAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOOLEAN</h4>
<pre>public static final&nbsp;int BOOLEAN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.BOOLEAN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="BREAK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BREAK</h4>
<pre>public static final&nbsp;int BREAK</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.BREAK">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CASE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CASE</h4>
<pre>public static final&nbsp;int CASE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.CASE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CATCH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CATCH</h4>
<pre>public static final&nbsp;int CATCH</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.CATCH">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CHAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHAR</h4>
<pre>public static final&nbsp;int CHAR</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.CHAR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLASS</h4>
<pre>public static final&nbsp;int CLASS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.CLASS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CONTINUE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONTINUE</h4>
<pre>public static final&nbsp;int CONTINUE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.CONTINUE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT</h4>
<pre>public static final&nbsp;int DEFAULT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.DEFAULT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DO</h4>
<pre>public static final&nbsp;int DO</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.DO">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ELSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ELSE</h4>
<pre>public static final&nbsp;int ELSE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.ELSE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="EXTENDS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXTENDS</h4>
<pre>public static final&nbsp;int EXTENDS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.EXTENDS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="FINAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FINAL</h4>
<pre>public static final&nbsp;int FINAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.FINAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="FINALLY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FINALLY</h4>
<pre>public static final&nbsp;int FINALLY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.FINALLY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="FOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FOR</h4>
<pre>public static final&nbsp;int FOR</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.FOR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="IF">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IF</h4>
<pre>public static final&nbsp;int IF</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.IF">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="INSTANCEOF">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSTANCEOF</h4>
<pre>public static final&nbsp;int INSTANCEOF</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.INSTANCEOF">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="INT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INT</h4>
<pre>public static final&nbsp;int INT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.INT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="NEW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NEW</h4>
<pre>public static final&nbsp;int NEW</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.NEW">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PRIVATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PRIVATE</h4>
<pre>public static final&nbsp;int PRIVATE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.PRIVATE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROTECTED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROTECTED</h4>
<pre>public static final&nbsp;int PROTECTED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.PROTECTED">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PUBLIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PUBLIC</h4>
<pre>public static final&nbsp;int PUBLIC</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.PUBLIC">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PACKAGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PACKAGE</h4>
<pre>public static final&nbsp;int PACKAGE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.PACKAGE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="IMPORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IMPORT</h4>
<pre>public static final&nbsp;int IMPORT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.IMPORT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="INTERFACE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERFACE</h4>
<pre>public static final&nbsp;int INTERFACE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.INTERFACE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="IMPLEMENTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IMPLEMENTS</h4>
<pre>public static final&nbsp;int IMPLEMENTS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.IMPLEMENTS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="RETURN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RETURN</h4>
<pre>public static final&nbsp;int RETURN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.RETURN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="STATIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STATIC</h4>
<pre>public static final&nbsp;int STATIC</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.STATIC">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SUPER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SUPER</h4>
<pre>public static final&nbsp;int SUPER</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.SUPER">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SWITCH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SWITCH</h4>
<pre>public static final&nbsp;int SWITCH</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.SWITCH">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="THIS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>THIS</h4>
<pre>public static final&nbsp;int THIS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.THIS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="THROW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>THROW</h4>
<pre>public static final&nbsp;int THROW</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.THROW">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="THROWS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>THROWS</h4>
<pre>public static final&nbsp;int THROWS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.THROWS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TRY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRY</h4>
<pre>public static final&nbsp;int TRY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.TRY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="VOID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VOID</h4>
<pre>public static final&nbsp;int VOID</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.VOID">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="WHILE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WHILE</h4>
<pre>public static final&nbsp;int WHILE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.WHILE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="INTLITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTLITERAL</h4>
<pre>public static final&nbsp;int INTLITERAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.INTLITERAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LONGLITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LONGLITERAL</h4>
<pre>public static final&nbsp;int LONGLITERAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.LONGLITERAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DOUBLELITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOUBLELITERAL</h4>
<pre>public static final&nbsp;int DOUBLELITERAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.DOUBLELITERAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="FLOATLITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FLOATLITERAL</h4>
<pre>public static final&nbsp;int FLOATLITERAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.FLOATLITERAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="BOOLLITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOOLLITERAL</h4>
<pre>public static final&nbsp;int BOOLLITERAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.BOOLLITERAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JNULL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JNULL</h4>
<pre>public static final&nbsp;int JNULL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.JNULL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CHARLITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHARLITERAL</h4>
<pre>public static final&nbsp;int CHARLITERAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.CHARLITERAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="STRINGLITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRINGLITERAL</h4>
<pre>public static final&nbsp;int STRINGLITERAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.STRINGLITERAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="IDENTIFIER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDENTIFIER</h4>
<pre>public static final&nbsp;int IDENTIFIER</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.IDENTIFIER">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="EQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EQUAL</h4>
<pre>public static final&nbsp;int EQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.EQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LESSEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LESSEQUAL</h4>
<pre>public static final&nbsp;int LESSEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.LESSEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GREATEREQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GREATEREQUAL</h4>
<pre>public static final&nbsp;int GREATEREQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.GREATEREQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="NOTEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOTEQUAL</h4>
<pre>public static final&nbsp;int NOTEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.NOTEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LOGICALOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOGICALOR</h4>
<pre>public static final&nbsp;int LOGICALOR</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.LOGICALOR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LOGICALAND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOGICALAND</h4>
<pre>public static final&nbsp;int LOGICALAND</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.LOGICALAND">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="INCREMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INCREMENT</h4>
<pre>public static final&nbsp;int INCREMENT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.INCREMENT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DECREMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DECREMENT</h4>
<pre>public static final&nbsp;int DECREMENT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.DECREMENT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SHIFTLEFT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHIFTLEFT</h4>
<pre>public static final&nbsp;int SHIFTLEFT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.SHIFTLEFT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SHIFTRIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHIFTRIGHT</h4>
<pre>public static final&nbsp;int SHIFTRIGHT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.SHIFTRIGHT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UNSIGNEDSHIFTRIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNSIGNEDSHIFTRIGHT</h4>
<pre>public static final&nbsp;int UNSIGNEDSHIFTRIGHT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.UNSIGNEDSHIFTRIGHT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SIGNEDSHIFTRIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SIGNEDSHIFTRIGHT</h4>
<pre>public static final&nbsp;int SIGNEDSHIFTRIGHT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.SIGNEDSHIFTRIGHT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PLUSEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLUSEQUAL</h4>
<pre>public static final&nbsp;int PLUSEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.PLUSEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MINUSEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MINUSEQUAL</h4>
<pre>public static final&nbsp;int MINUSEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.MINUSEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TIMESEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TIMESEQUAL</h4>
<pre>public static final&nbsp;int TIMESEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.TIMESEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DIVIDEEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIVIDEEQUAL</h4>
<pre>public static final&nbsp;int DIVIDEEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.DIVIDEEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ANDEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ANDEQUAL</h4>
<pre>public static final&nbsp;int ANDEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.ANDEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="OREQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OREQUAL</h4>
<pre>public static final&nbsp;int OREQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.OREQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="XOREQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>XOREQUAL</h4>
<pre>public static final&nbsp;int XOREQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.XOREQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MODULOEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MODULOEQUAL</h4>
<pre>public static final&nbsp;int MODULOEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.MODULOEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SHIFTLEFTEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHIFTLEFTEQUAL</h4>
<pre>public static final&nbsp;int SHIFTLEFTEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.SHIFTLEFTEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SIGNEDSHIFTRIGHTEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SIGNEDSHIFTRIGHTEQUAL</h4>
<pre>public static final&nbsp;int SIGNEDSHIFTRIGHTEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.SIGNEDSHIFTRIGHTEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UNSIGNEDSHIFTRIGHTEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNSIGNEDSHIFTRIGHTEQUAL</h4>
<pre>public static final&nbsp;int UNSIGNEDSHIFTRIGHTEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.UNSIGNEDSHIFTRIGHTEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="BRACE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BRACE</h4>
<pre>public static final&nbsp;int BRACE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.BRACE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="RELOP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RELOP</h4>
<pre>public static final&nbsp;int RELOP</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.RELOP">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="OP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OP</h4>
<pre>public static final&nbsp;int OP</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.OP">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="EOF">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EOF</h4>
<pre>public static final&nbsp;int EOF</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.EOF">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LAMBDAASSIGNMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LAMBDAASSIGNMENT</h4>
<pre>public static final&nbsp;int LAMBDAASSIGNMENT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.LAMBDAASSIGNMENT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="yyErrorCode">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>yyErrorCode</h4>
<pre>public static final&nbsp;int yyErrorCode</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#mycompiler.myparser.JavaParser.yyErrorCode">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="JavaParser()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>JavaParser</h4>
<pre>public&nbsp;JavaParser()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="yyerror(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyerror</h4>
<pre>public&nbsp;void&nbsp;yyerror(java.lang.String&nbsp;message)</pre>
<div class="block">simplified error message.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="#yyerror(java.lang.String, java.lang.String[])">yyerror</a></dd></dl>
</li>
</ul>
<a name="yyerror(java.lang.String, java.lang.String[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyerror</h4>
<pre>public&nbsp;java.lang.String&nbsp;yyerror(java.lang.String&nbsp;message,
java.lang.String[]&nbsp;expected)</pre>
<div class="block">(syntax) error message.
Can be overwritten to control message format.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - text to be displayed.</dd><dd><code>expected</code> - vector of acceptable tokens, if available.</dd></dl>
</li>
</ul>
<a name="yyparse(mycompiler.myparser.JavaParser.yyInput, java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyparse</h4>
<pre>public&nbsp;java.lang.Object&nbsp;yyparse(<a href="../../mycompiler/myparser/JavaParser.yyInput.html" title="interface in mycompiler.myparser">JavaParser.yyInput</a>&nbsp;yyLex,
java.lang.Object&nbsp;yydebug)
throws java.io.IOException,
<a href="../../mycompiler/myparser/JavaParser.yyException.html" title="class in mycompiler.myparser">JavaParser.yyException</a></pre>
<div class="block">the generated parser, with debugging messages.
Maintains a state and a value stack, currently with fixed maximum size.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>yyLex</code> - scanner.</dd><dd><code>yydebug</code> - debug message writer implementing yyDebug, or null.</dd>
<dt><span class="strong">Returns:</span></dt><dd>result of the last reduction, if any.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../mycompiler/myparser/JavaParser.yyException.html" title="class in mycompiler.myparser">JavaParser.yyException</a></code> - on irrecoverable parse error.</dd>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="yyparse(mycompiler.myparser.JavaParser.yyInput)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>yyparse</h4>
<pre>public&nbsp;java.lang.Object&nbsp;yyparse(<a href="../../mycompiler/myparser/JavaParser.yyInput.html" title="interface in mycompiler.myparser">JavaParser.yyInput</a>&nbsp;yyLex)
throws java.io.IOException,
<a href="../../mycompiler/myparser/JavaParser.yyException.html" title="class in mycompiler.myparser">JavaParser.yyException</a></pre>
<div class="block">the generated parser.
Maintains a state and a value stack, currently with fixed maximum size.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>yyLex</code> - scanner.</dd>
<dt><span class="strong">Returns:</span></dt><dd>result of the last reduction, if any.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../mycompiler/myparser/JavaParser.yyException.html" title="class in mycompiler.myparser">JavaParser.yyException</a></code> - on irrecoverable parse error.</dd>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/JavaParser.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-files/index-1.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../mycompiler/myparser/JavaLexer.html" title="class in mycompiler.myparser"><span class="strong">Prev Class</span></a></li>
<li><a href="../../mycompiler/myparser/JavaParser.yyException.html" title="class in mycompiler.myparser"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?mycompiler/myparser/JavaParser.html" target="_top">Frames</a></li>
<li><a href="JavaParser.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>