| <!DOCTYPE html |
| PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "../xhtml1-strict.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| <link rel="stylesheet" type="text/css" href="../css/ot.css" /> |
| <link rel="stylesheet" type="text/css" href="../css/otjld.css" /> |
| <title>OT/J Language Definition v1.3</title> |
| </head> |
| <body class="otdt"> |
| <div id="content"> |
| <table class="nav"> |
| <tr> |
| <td class="back"><a id="top"></a><a href="s1.3.html" rel="prev"><< §1.3 Acquisition and implicit inheritance of role classes</a></td> |
| <td class="top"><a href="index.html" rel="contents">↑ Table of Contents ↑</a></td> |
| <td class="next"><a href="s1.5.html" rel="next">§1.5 Team and role nesting >></a></td> |
| </tr> |
| </table> |
| <div class="breadcrumb"><a class="nav" href="s1.html" rel="section">§1 Teams and Roles</a></div> |
| <div class="sect depth2" id="s1.4"> |
| <h2 class="sect">§1.4 Name clashes<a class="img" href="s1.4.html" |
| title="PermaLink to §1.4 Name clashes"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png" |
| alt="" /></a></h2> |
| <p>OT/J restricts Java with respect to handling of conflicting names. |
| |
| </p> |
| <div class="subsect depth3" id="s1.4.a"> |
| <h4 class="subsect">(a) <span class="title">Names of role classes</span><a class="img" href="s1.4.a.html" |
| title="PermaLink to (a) Names of role classes"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png" |
| alt="" /></a></h4> |
| <p>A role class may not have the same name as a method or field of |
| its enclosing team. A role class may not shadow another class that is visible in the scope of the enclosing team. |
| |
| </p> |
| </div> |
| <div class="subsect depth3" id="s1.4.b"> |
| <h4 class="subsect">(b) <span class="title">Names of role methods and fields</span><a class="img" href="s1.4.b.html" |
| title="PermaLink to (b) Names of role methods and fields"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png" |
| alt="" /></a></h4> |
| <p>Along implicit inheritance, the names of methods or fields may |
| not hide, shadow or obscure any previously visible name.<br /> |
| (see JLS <a href="http://java.sun.com/docs/books/jls/second_edition/html/classes.doc.html#40898" |
| class="ext">§8.3</a>, |
| <a href="http://java.sun.com/docs/books/jls/second_edition/html/classes.doc.html#227928" |
| class="ext">§8.4.6.2</a>, |
| <a href="http://java.sun.com/docs/books/jls/second_edition/html/classes.doc.html#246026" |
| class="ext">§8.5</a>, |
| <a href="http://java.sun.com/docs/books/jls/second_edition/html/interfaces.doc.html#78642" |
| class="ext">§9.3</a>, |
| <a href="http://java.sun.com/docs/books/jls/second_edition/html/interfaces.doc.html#252566" |
| class="ext">§9.5</a> (hiding), |
| <a href="http://java.sun.com/docs/books/jls/second_edition/html/names.doc.html#34133" |
| class="ext">§6.3.1</a> (shadowing), |
| <a href="http://java.sun.com/docs/books/jls/second_edition/html/names.doc.html#104058" |
| class="ext">§6.3.2</a> (obscuring). |
| |
| </p> |
| </div> |
| </div> |
| <table class="nav"> |
| <tr> |
| <td class="back"><a href="s1.3.html" rel="prev"><< §1.3 Acquisition and implicit inheritance of role classes</a></td> |
| <td class="top"><a href="index.html" rel="contents">↑ Table of Contents ↑</a></td> |
| <td class="next"><a href="s1.5.html" rel="next">§1.5 Team and role nesting >></a></td> |
| </tr> |
| </table> |
| <div class="breadcrumb"><a class="nav" href="s1.html" rel="section">§1 Teams and Roles</a></div> |
| </div> |
| <div id="footer"> |
| <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer" |
| shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31" |
| width="88" /></a><address>© Stephan Herrmann, Christine Hundt, Marco Mosconi</address> |
| OT/J version 1.3 — last modified: 2010-06-08 |
| </div> |
| </body> |
| </html> |