jdk/src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html
changeset 30037 3e785fad2c3b
parent 25859 3317bb8137f4
child 45001 9526cc76a8ea
equal deleted inserted replaced
30036:3d4eb4503c18 30037:3e785fad2c3b
     5 </TITLE>
     5 </TITLE>
     6 </HEAD>
     6 </HEAD>
     7 <BODY BGCOLOR="white">
     7 <BODY BGCOLOR="white">
     8 <dl><dd>
     8 <dl><dd>
     9 <Table Border="0">
     9 <Table Border="0">
    10 <caption><h2>JDI Type Signatures</h2></caption>
    10 <caption><font size=5><b>JDI Type Signatures</b></font></caption>
    11 <tr><th>Type Signature
    11 <tr><th>Type Signature
    12 <th>Java Type
    12 <th>Java Type
    13 <tr><td>Z<td>boolean
    13 <tr><td>Z<td>boolean
    14 <tr><td>B<td>byte
    14 <tr><td>B<td>byte
    15 <tr><td>C<td>char
    15 <tr><td>C<td>char
    29 </em>
    29 </em>
    30 <td>method type (including constructors)
    30 <td>method type (including constructors)
    31 </Table>
    31 </Table>
    32 </dd></dl>
    32 </dd></dl>
    33 <p>For example, the Java method:
    33 <p>For example, the Java method:
    34 <p><pre>    long f (int n, String s, int[] arr);
    34 <pre>    long f (int n, String s, int[] arr);
    35 </pre>has the following type signature:
    35 </pre>has the following type signature:
    36 <p><pre>    (ILjava/lang/String;[I)J
    36 <pre>    (ILjava/lang/String;[I)J
    37 </pre>
    37 </pre>
    38 </BODY>
    38 </BODY>
    39 </HTML>
    39 </HTML>