src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html
author chegar
Thu, 17 Oct 2019 20:54:25 +0100
branchdatagramsocketimpl-branch
changeset 58679 9c3209ff7550
parent 58678 9cf78a70fa4f
parent 55471 179204eb9444
permissions -rw-r--r--
datagramsocketimpl-branch: merge with default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
45130
469dceb426cc 8179631: Fix Html5 errors in java.management, jdk.management, jdk.jdi and jdk.attach
ksrini
parents: 45001
diff changeset
     1
<!DOCTYPE HTML>
52606
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
     2
<!--
55209
64fe51ee940e 8225309: HTML issues in jdk.jdi module
jjg
parents: 52606
diff changeset
     3
 Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
52606
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
     4
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
     5
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
     6
 This code is free software; you can redistribute it and/or modify it
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
     7
 under the terms of the GNU General Public License version 2 only, as
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
     8
 published by the Free Software Foundation.  Oracle designates this
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
     9
 particular file as subject to the "Classpath" exception as provided
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    10
 by Oracle in the LICENSE file that accompanied this code.
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    11
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    12
 This code is distributed in the hope that it will be useful, but WITHOUT
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    13
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    14
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    15
 version 2 for more details (a copy is included in the LICENSE file that
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    16
 accompanied this code).
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    17
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    18
 You should have received a copy of the GNU General Public License version
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    19
 2 along with this work; if not, write to the Free Software Foundation,
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    20
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    21
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    22
 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    23
 or visit www.oracle.com if you need additional information or have any
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    24
 questions.
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    25
-->
8dce966d649d 8213916: no copyright in signature.html
gadams
parents: 51253
diff changeset
    26
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    27
<HTML lang="EN">
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
<HEAD>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
<TITLE>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
JDI Type Signatures
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
</TITLE>
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    32
<META charset="UTF-8">
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    33
<STYLE type="text/css">
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    34
tbody th { font-weight: normal }
51253
35ca229c7f6f 8199155: Accessibility issues in jdk.jdi
amenkov
parents: 47216
diff changeset
    35
table {
35ca229c7f6f 8199155: Accessibility issues in jdk.jdi
amenkov
parents: 47216
diff changeset
    36
    margin-left: 40px;
35ca229c7f6f 8199155: Accessibility issues in jdk.jdi
amenkov
parents: 47216
diff changeset
    37
    margin-top: 1em;
35ca229c7f6f 8199155: Accessibility issues in jdk.jdi
amenkov
parents: 47216
diff changeset
    38
    margin-bottom: 1em;
35ca229c7f6f 8199155: Accessibility issues in jdk.jdi
amenkov
parents: 47216
diff changeset
    39
}
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    40
</STYLE>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
</HEAD>
45001
9526cc76a8ea 8179538: Update jdk.jdi to be HTML-5 friendly
ksrini
parents: 30037
diff changeset
    42
<BODY style="background-color:white">
55209
64fe51ee940e 8225309: HTML issues in jdk.jdi module
jjg
parents: 52606
diff changeset
    43
<h1>JDI Type Signatures</h1>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
<Table Border="0">
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    45
<caption style="font-size:x-large"><b>JDI Type Signatures</b></caption>
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    46
<thead>
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    47
<tr><th scope="col">Type Signature
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    48
<th scope="col">Java Type
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    49
</thead>
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    50
<tbody>
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    51
<tr><th scope="row">Z<td>boolean
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    52
<tr><th scope="row">B<td>byte
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    53
<tr><th scope="row">C<td>char
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    54
<tr><th scope="row">S<td>short
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    55
<tr><th scope="row">I<td>int
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    56
<tr><th scope="row">J<td>long
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    57
<tr><th scope="row">F<td>float
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    58
<tr><th scope="row">D<td>double
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    59
<tr><th scope="row"><strong>L</strong> <em>fully-qualified-class</em> 
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
<strong>;</strong>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
<td>fully-qualified-class
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    62
<tr><th scope="row"><strong>[</strong> <em>type
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
</em>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
<td><em>type</em>[]
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    65
<tr><th scope="row">
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
<strong>(</strong> <em>arg-types </em><strong>)</strong> <em>ret-type
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
</em>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
<td>method type (including constructors)
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    69
</tbody>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
</Table>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
<p>For example, the Java method:
30037
3e785fad2c3b 8078622: remove tidy warnings from JPDA docs
avstepan
parents: 25859
diff changeset
    72
<pre>    long f (int n, String s, int[] arr);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
</pre>has the following type signature:
30037
3e785fad2c3b 8078622: remove tidy warnings from JPDA docs
avstepan
parents: 25859
diff changeset
    74
<pre>    (ILjava/lang/String;[I)J
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
</pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
</BODY>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
</HTML>