src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html
branchdatagramsocketimpl-branch
changeset 58678 9cf78a70fa4f
parent 52606 8dce966d649d
child 58679 9c3209ff7550
equal deleted inserted replaced
58677:13588c901957 58678:9cf78a70fa4f
     1 <!DOCTYPE HTML>
     1 <!DOCTYPE HTML>
     2 <!--
     2 <!--
     3  Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     3  Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 
     5 
     6  This code is free software; you can redistribute it and/or modify it
     6  This code is free software; you can redistribute it and/or modify it
     7  under the terms of the GNU General Public License version 2 only, as
     7  under the terms of the GNU General Public License version 2 only, as
     8  published by the Free Software Foundation.  Oracle designates this
     8  published by the Free Software Foundation.  Oracle designates this
    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">
    43 <h1>JDI Type Signatures</h1>
    44 <Table Border="0">
    44 <Table Border="0">
    45 <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>
    46 <thead>
    46 <thead>
    47 <tr><th scope="col">Type Signature
    47 <tr><th scope="col">Type Signature
    48 <th scope="col">Java Type
    48 <th scope="col">Java Type
    71 <p>For example, the Java method:
    71 <p>For example, the Java method:
    72 <pre>    long f (int n, String s, int[] arr);
    72 <pre>    long f (int n, String s, int[] arr);
    73 </pre>has the following type signature:
    73 </pre>has the following type signature:
    74 <pre>    (ILjava/lang/String;[I)J
    74 <pre>    (ILjava/lang/String;[I)J
    75 </pre>
    75 </pre>
    76 </div>
       
    77 </BODY>
    76 </BODY>
    78 </HTML>
    77 </HTML>