src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 46140 jdk/src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html@3abb2959292f
child 51253 35ca229c7f6f
permissions -rw-r--r--
8187443: Forest Consolidation: Move files to unified layout Reviewed-by: darcy, ihse
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>
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
     2
<HTML lang="EN">
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<HEAD>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
<TITLE>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
JDI Type Signatures
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
</TITLE>
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
     7
<META charset="UTF-8">
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
     8
<STYLE type="text/css">
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
     9
tbody th { font-weight: normal }
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    10
</STYLE>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
</HEAD>
45001
9526cc76a8ea 8179538: Update jdk.jdi to be HTML-5 friendly
ksrini
parents: 30037
diff changeset
    12
<BODY style="background-color:white">
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
<dl><dd>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
<Table Border="0">
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    15
<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
    16
<thead>
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    17
<tr><th scope="col">Type Signature
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    18
<th scope="col">Java Type
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    19
</thead>
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    20
<tbody>
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    21
<tr><th scope="row">Z<td>boolean
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    22
<tr><th scope="row">B<td>byte
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    23
<tr><th scope="row">C<td>char
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    24
<tr><th scope="row">S<td>short
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    25
<tr><th scope="row">I<td>int
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    26
<tr><th scope="row">J<td>long
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    27
<tr><th scope="row">F<td>float
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    28
<tr><th scope="row">D<td>double
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    29
<tr><th scope="row"><strong>L</strong> <em>fully-qualified-class</em> 
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
<strong>;</strong>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
<td>fully-qualified-class
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    32
<tr><th scope="row"><strong>[</strong> <em>type
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
</em>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
<td><em>type</em>[]
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    35
<tr><th scope="row">
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
<strong>(</strong> <em>arg-types </em><strong>)</strong> <em>ret-type
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
</em>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
<td>method type (including constructors)
46140
3abb2959292f 8185867: fix a11y and html issues in jdk.jdi docs
jjg
parents: 45130
diff changeset
    39
</tbody>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
</Table>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
</dd></dl>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
<p>For example, the Java method:
30037
3e785fad2c3b 8078622: remove tidy warnings from JPDA docs
avstepan
parents: 25859
diff changeset
    43
<pre>    long f (int n, String s, int[] arr);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
</pre>has the following type signature:
30037
3e785fad2c3b 8078622: remove tidy warnings from JPDA docs
avstepan
parents: 25859
diff changeset
    45
<pre>    (ILjava/lang/String;[I)J
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
</pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
</BODY>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
</HTML>