<!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:05 CEST 2013 --> <title>mycompiler.test.generics</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="mycompiler.test.generics"; } //--> </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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.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/test/expectationTypes/package-summary.html">Prev Package</a></li> <li><a href="../../../mycompiler/test/inferenceByCharacteristic/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?mycompiler/test/generics/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package mycompiler.test.generics</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../mycompiler/test/generics/AllTestsGenerics.html" title="class in mycompiler.test.generics">AllTestsGenerics</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../mycompiler/test/generics/TestAssignmentTwoGenericTypesNegative.html" title="class in mycompiler.test.generics">TestAssignmentTwoGenericTypesNegative</a></td> <td class="colLast"> <div class="block">verifies correct detection of incompatible type assignments of two templates</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../mycompiler/test/generics/TestClassesWithBoundedGenericsOfTwoTypes.html" title="class in mycompiler.test.generics">TestClassesWithBoundedGenericsOfTwoTypes</a></td> <td class="colLast"> <div class="block">checks inference upon bounds, however test fails up to now, bounds are not considered</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../mycompiler/test/generics/TestClassesWithBoundedGenericsUsedInMethods.html" title="class in mycompiler.test.generics">TestClassesWithBoundedGenericsUsedInMethods</a></td> <td class="colLast"> <div class="block">checks case of bounds being two classes, which should not be possible: multiple inheritance is not allowed in java</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../mycompiler/test/generics/TestExtendedClassesWithBoundedGenerics.html" title="class in mycompiler.test.generics">TestExtendedClassesWithBoundedGenerics</a></td> <td class="colLast"> <div class="block">checks extended usage of generics, however test fails up to now because of no relation between class generics and method generics</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../mycompiler/test/generics/TestNestedGenerics.html" title="class in mycompiler.test.generics">TestNestedGenerics</a></td> <td class="colLast"> <div class="block">16-05-08</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../mycompiler/test/generics/TestNestedGenericsNonExistingType.html" title="class in mycompiler.test.generics">TestNestedGenericsNonExistingType</a></td> <td class="colLast"> <div class="block">16-05-08</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../mycompiler/test/generics/TestSimpleClassesWithBoundedGenerics.html" title="class in mycompiler.test.generics">TestSimpleClassesWithBoundedGenerics</a></td> <td class="colLast"> <div class="block">13-05-08</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../mycompiler/test/generics/TestSimpleClassesWithBoundedGenericsNegative.html" title="class in mycompiler.test.generics">TestSimpleClassesWithBoundedGenericsNegative</a></td> <td class="colLast"> <div class="block">verifies correct identification of a bounded generic which is instanciated with a type not included in bounds</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../mycompiler/test/generics/TestSimpleClassesWithGenerics.html" title="class in mycompiler.test.generics">TestSimpleClassesWithGenerics</a></td> <td class="colLast"> <div class="block">checks simple usage of generics without bounds</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../mycompiler/test/generics/TestSimpleClassesWithGenericsNegative.html" title="class in mycompiler.test.generics">TestSimpleClassesWithGenericsNegative</a></td> <td class="colLast"> <div class="block">checks whether wrong usage of generics is detected</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= 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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.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/test/expectationTypes/package-summary.html">Prev Package</a></li> <li><a href="../../../mycompiler/test/inferenceByCharacteristic/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?mycompiler/test/generics/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>