src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html
changeset 55471 179204eb9444
parent 55209 64fe51ee940e
child 58679 9c3209ff7550
equal deleted inserted replaced
55470:97c75e545302 55471:179204eb9444
    38     margin-bottom: 1em;
    38     margin-bottom: 1em;
    39 }
    39 }
    40 </STYLE>
    40 </STYLE>
    41 </HEAD>
    41 </HEAD>
    42 <BODY style="background-color:white">
    42 <BODY style="background-color:white">
    43 <div role="main">
       
    44 <h1>JDI Type Signatures</h1>
    43 <h1>JDI Type Signatures</h1>
    45 <Table Border="0">
    44 <Table Border="0">
    46 <caption style="font-size:x-large"><b>JDI Type Signatures</b></caption>
    45 <caption style="font-size:x-large"><b>JDI Type Signatures</b></caption>
    47 <thead>
    46 <thead>
    48 <tr><th scope="col">Type Signature
    47 <tr><th scope="col">Type Signature
    72 <p>For example, the Java method:
    71 <p>For example, the Java method:
    73 <pre>    long f (int n, String s, int[] arr);
    72 <pre>    long f (int n, String s, int[] arr);
    74 </pre>has the following type signature:
    73 </pre>has the following type signature:
    75 <pre>    (ILjava/lang/String;[I)J
    74 <pre>    (ILjava/lang/String;[I)J
    76 </pre>
    75 </pre>
    77 </div>
       
    78 </BODY>
    76 </BODY>
    79 </HTML>
    77 </HTML>