JavaTXCompilerInJavaTX/doc/LambdaJavadoc/de/dhbwstuttgart/parser/JavaParser.html
2015-05-12 19:57:14 +02:00

1980 lines
70 KiB
HTML

<!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 (1.8.0_05) on Tue May 12 19:56:22 CEST 2015 -->
<title>JavaParser</title>
<meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JavaParser";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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="../../../de/dhbwstuttgart/parser/JavaLexer.html" title="class in de.dhbwstuttgart.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../de/dhbwstuttgart/parser/JavaParser.yyException.html" title="class in de.dhbwstuttgart.parser"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?de/dhbwstuttgart/parser/JavaParser.html" target="_top">Frames</a></li>
<li><a href="JavaParser.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All&nbsp;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">de.dhbwstuttgart.parser</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>de.dhbwstuttgart.parser.JavaParser</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">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="memberSummary" 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><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.yyException.html" title="class in de.dhbwstuttgart.parser">JavaParser.yyException</a></span></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><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.yyInput.html" title="interface in de.dhbwstuttgart.parser">JavaParser.yyInput</a></span></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="memberSummary" 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><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#ABSTRACT">ABSTRACT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#ANDEQUAL">ANDEQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#BOOLEAN">BOOLEAN</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#BOOLLITERAL">BOOLLITERAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#BRACE">BRACE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#BREAK">BREAK</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#CASE">CASE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#CATCH">CATCH</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#CHAR">CHAR</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#CHARLITERAL">CHARLITERAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#CLASS">CLASS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#containedTypes">containedTypes</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#CONTINUE">CONTINUE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#DECREMENT">DECREMENT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#DEFAULT">DEFAULT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#DIVIDEEQUAL">DIVIDEEQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#DO">DO</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#DOUBLELITERAL">DOUBLELITERAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#ELSE">ELSE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#ENDOFGENERICVARDECLARATION">ENDOFGENERICVARDECLARATION</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#EOF">EOF</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#EQUAL">EQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#EXTENDS">EXTENDS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#FINAL">FINAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#FINALLY">FINALLY</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#FLOATLITERAL">FLOATLITERAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#FOR">FOR</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#GREATEREQUAL">GREATEREQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#IDENTIFIER">IDENTIFIER</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#IF">IF</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#IMPLEMENTS">IMPLEMENTS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#IMPORT">IMPORT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#INCREMENT">INCREMENT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#INSTANCEOF">INSTANCEOF</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#INT">INT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#INTERFACE">INTERFACE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#INTLITERAL">INTLITERAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#JNULL">JNULL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#LAMBDAASSIGNMENT">LAMBDAASSIGNMENT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#LESSEQUAL">LESSEQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#LOGICALAND">LOGICALAND</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#LOGICALOR">LOGICALOR</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#LONGLITERAL">LONGLITERAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#MINUSEQUAL">MINUSEQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#MODULOEQUAL">MODULOEQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#NEW">NEW</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#NOTEQUAL">NOTEQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#OP">OP</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#OREQUAL">OREQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#PACKAGE">PACKAGE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#path">path</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#PLUSEQUAL">PLUSEQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#PRIVATE">PRIVATE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#PROTECTED">PROTECTED</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#PUBLIC">PUBLIC</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#RELOP">RELOP</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#RETURN">RETURN</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#SHIFTLEFT">SHIFTLEFT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#SHIFTLEFTEQUAL">SHIFTLEFTEQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#SHIFTRIGHT">SHIFTRIGHT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#SIGNEDSHIFTRIGHT">SIGNEDSHIFTRIGHT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#SIGNEDSHIFTRIGHTEQUAL">SIGNEDSHIFTRIGHTEQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#STATIC">STATIC</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#STRINGLITERAL">STRINGLITERAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#SUPER">SUPER</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#SWITCH">SWITCH</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#testPair">testPair</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#THIS">THIS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#THROW">THROW</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#THROWS">THROWS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#TIMESEQUAL">TIMESEQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#TRY">TRY</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#UNSIGNEDSHIFTRIGHT">UNSIGNEDSHIFTRIGHT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#UNSIGNEDSHIFTRIGHTEQUAL">UNSIGNEDSHIFTRIGHTEQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#usedIdsToCheck">usedIdsToCheck</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#VOID">VOID</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#WHILE">WHILE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#XOREQUAL">XOREQUAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected short[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyCheck">yyCheck</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static short[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyDefRed">yyDefRed</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static short[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyDgoto">yyDgoto</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyErrorCode">yyErrorCode</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyFinal">yyFinal</a></span></code>
<div class="block">debugging support, requires the package jay.yydebug.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static short[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyGindex">yyGindex</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static short[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyLen">yyLen</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static short[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyLhs">yyLhs</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyMax">yyMax</a></span></code>
<div class="block">initial size and increment of the state/value stack [default 256].</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyName">yyName</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static short[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyRindex">yyRindex</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static short[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yySindex">yySindex</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static short[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyTable">yyTable</a></span></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="memberSummary" 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><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#JavaParser--">JavaParser</a></span>()</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>(package private) void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#initContainedTypes--">initContainedTypes</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>(package private) void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#initUsedIdsToCheck--">initUsedIdsToCheck</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>protected java.lang.Object</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyDefault-java.lang.Object-">yyDefault</a></span>(java.lang.Object&nbsp;first)</code>
<div class="block">executed at the beginning of a reduce action.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyerror-java.lang.String-">yyerror</a></span>(java.lang.String&nbsp;message)</code>
<div class="block">simplified error message.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyerror-java.lang.String-java.lang.String:A-">yyerror</a></span>(java.lang.String&nbsp;message,
java.lang.String[]&nbsp;expected)</code>
<div class="block">(syntax) error message.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>protected java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyExpecting-int-">yyExpecting</a></span>(int&nbsp;state)</code>
<div class="block">computes list of expected tokens on error by tracing the tables.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyparse-de.dhbwstuttgart.parser.JavaParser.yyInput-">yyparse</a></span>(<a href="../../../de/dhbwstuttgart/parser/JavaParser.yyInput.html" title="interface in de.dhbwstuttgart.parser">JavaParser.yyInput</a>&nbsp;yyLex)</code>
<div class="block">the generated parser.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#yyparse-de.dhbwstuttgart.parser.JavaParser.yyInput-java.lang.Object-">yyparse</a></span>(<a href="../../../de/dhbwstuttgart/parser/JavaParser.yyInput.html" title="interface in de.dhbwstuttgart.parser">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>clone, equals, finalize, 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;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a> path</pre>
</li>
</ul>
<a name="containedTypes">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>containedTypes</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt; containedTypes</pre>
</li>
</ul>
<a name="usedIdsToCheck">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usedIdsToCheck</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt; usedIdsToCheck</pre>
</li>
</ul>
<a name="testPair">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>testPair</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.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="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.JavaParser.LAMBDAASSIGNMENT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ENDOFGENERICVARDECLARATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENDOFGENERICVARDECLARATION</h4>
<pre>public static final&nbsp;int ENDOFGENERICVARDECLARATION</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.JavaParser.ENDOFGENERICVARDECLARATION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="yyErrorCode">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyErrorCode</h4>
<pre>public static final&nbsp;int yyErrorCode</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.JavaParser.yyErrorCode">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="yyFinal">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyFinal</h4>
<pre>protected static final&nbsp;int yyFinal</pre>
<div class="block">debugging support, requires the package jay.yydebug.
Set to null to suppress debugging messages.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#de.dhbwstuttgart.parser.JavaParser.yyFinal">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="yyName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyName</h4>
<pre>protected static final&nbsp;java.lang.String[] yyName</pre>
</li>
</ul>
<a name="yyMax">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyMax</h4>
<pre>protected&nbsp;int yyMax</pre>
<div class="block">initial size and increment of the state/value stack [default 256].
This is not final so that it can be overwritten outside of invocations
of yyparse().</div>
</li>
</ul>
<a name="yyLhs">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyLhs</h4>
<pre>protected static final&nbsp;short[] yyLhs</pre>
</li>
</ul>
<a name="yyLen">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyLen</h4>
<pre>protected static final&nbsp;short[] yyLen</pre>
</li>
</ul>
<a name="yyDefRed">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyDefRed</h4>
<pre>protected static final&nbsp;short[] yyDefRed</pre>
</li>
</ul>
<a name="yyDgoto">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyDgoto</h4>
<pre>protected static final&nbsp;short[] yyDgoto</pre>
</li>
</ul>
<a name="yySindex">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yySindex</h4>
<pre>protected static final&nbsp;short[] yySindex</pre>
</li>
</ul>
<a name="yyRindex">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyRindex</h4>
<pre>protected static final&nbsp;short[] yyRindex</pre>
</li>
</ul>
<a name="yyGindex">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyGindex</h4>
<pre>protected static final&nbsp;short[] yyGindex</pre>
</li>
</ul>
<a name="yyTable">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyTable</h4>
<pre>protected static final&nbsp;short[] yyTable</pre>
</li>
</ul>
<a name="yyCheck">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>yyCheck</h4>
<pre>protected&nbsp;short[] yyCheck</pre>
</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="initContainedTypes--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initContainedTypes</h4>
<pre>void&nbsp;initContainedTypes()</pre>
</li>
</ul>
<a name="initUsedIdsToCheck--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initUsedIdsToCheck</h4>
<pre>void&nbsp;initUsedIdsToCheck()</pre>
</li>
</ul>
<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="seeLabel">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-">
<!-- -->
</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="paramLabel">Parameters:</span></dt>
<dd><code>message</code> - text to be displayed.</dd>
<dd><code>expected</code> - Menge of acceptable tokens, if available.</dd>
</dl>
</li>
</ul>
<a name="yyExpecting-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyExpecting</h4>
<pre>protected&nbsp;java.lang.String[]&nbsp;yyExpecting(int&nbsp;state)</pre>
<div class="block">computes list of expected tokens on error by tracing the tables.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>state</code> - for which to compute the list.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>list of token names.</dd>
</dl>
</li>
</ul>
<a name="yyparse-de.dhbwstuttgart.parser.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="../../../de/dhbwstuttgart/parser/JavaParser.yyInput.html" title="interface in de.dhbwstuttgart.parser">JavaParser.yyInput</a>&nbsp;yyLex,
java.lang.Object&nbsp;yydebug)
throws java.io.IOException,
<a href="../../../de/dhbwstuttgart/parser/JavaParser.yyException.html" title="class in de.dhbwstuttgart.parser">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="paramLabel">Parameters:</span></dt>
<dd><code>yyLex</code> - scanner.</dd>
<dd><code>yydebug</code> - debug message writer implementing yyDebug, or null.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>result of the last reduction, if any.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../de/dhbwstuttgart/parser/JavaParser.yyException.html" title="class in de.dhbwstuttgart.parser">JavaParser.yyException</a></code> - on irrecoverable parse error.</dd>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
</ul>
<a name="yyDefault-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>yyDefault</h4>
<pre>protected&nbsp;java.lang.Object&nbsp;yyDefault(java.lang.Object&nbsp;first)</pre>
<div class="block">executed at the beginning of a reduce action.
Used as $$ = yyDefault($1), prior to the user-specified action, if any.
Can be overwritten to provide deep copy, etc.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>first</code> - value for $1, or null.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>first.</dd>
</dl>
</li>
</ul>
<a name="yyparse-de.dhbwstuttgart.parser.JavaParser.yyInput-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>yyparse</h4>
<pre>public&nbsp;java.lang.Object&nbsp;yyparse(<a href="../../../de/dhbwstuttgart/parser/JavaParser.yyInput.html" title="interface in de.dhbwstuttgart.parser">JavaParser.yyInput</a>&nbsp;yyLex)
throws java.io.IOException,
<a href="../../../de/dhbwstuttgart/parser/JavaParser.yyException.html" title="class in de.dhbwstuttgart.parser">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="paramLabel">Parameters:</span></dt>
<dd><code>yyLex</code> - scanner.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>result of the last reduction, if any.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../de/dhbwstuttgart/parser/JavaParser.yyException.html" title="class in de.dhbwstuttgart.parser">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>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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="../../../de/dhbwstuttgart/parser/JavaLexer.html" title="class in de.dhbwstuttgart.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../de/dhbwstuttgart/parser/JavaParser.yyException.html" title="class in de.dhbwstuttgart.parser"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?de/dhbwstuttgart/parser/JavaParser.html" target="_top">Frames</a></li>
<li><a href="JavaParser.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All&nbsp;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>