--- old/src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html 2020-04-13 21:04:15.000000000 -0700 +++ /dev/null 2020-04-13 21:04:15.000000000 -0700 @@ -1,77 +0,0 @@ - - - - - - -JDI Type Signatures - - - - - -

JDI Type Signatures

- - - - - - -
JDI Type Signatures
Type Signature -Java Type -
Zboolean -
Bbyte -
Cchar -
Sshort -
Iint -
Jlong -
Ffloat -
Ddouble -
L fully-qualified-class -; -fully-qualified-class -
[ type - -type[] -
-( arg-types ) ret-type - -method type (including constructors) -
-

For example, the Java method: -

    long f (int n, String s, int[] arr);
-
has the following type signature: -
    (ILjava/lang/String;[I)J
-
- -