Module jdk.jdi
Package com.sun.jdi

Interface Type

    • Method Detail

      • signature

        String signature()
        Returns the JNI-style signature for this type.

        For primitive classes the returned signature is the signature of the corresponding primitive type; for example, "I" is returned as the signature of the class represented by Integer.TYPE.

        Returns:
        the string containing the type signature.
        See Also:
        Type Signatures
      • name

        String name()
        Returns:
        a text representation of this type.