equal
deleted
inserted
replaced
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> |