Interface IJavaType

    • Method Detail

      • getSignature

        java.lang.String getSignature()
                               throws DebugException
        Returns the JNI-style signature for this type.
        Returns:
        signature
        Throws:
        DebugException - if this method fails. Reasons include:
        • Failure communicating with the VM. The DebugException's status code contains the underlying exception responsible for the failure.
      • getName

        java.lang.String getName()
                          throws DebugException
        Returns the name of this type. For example, "java.lang.String".
        Returns:
        the name of this type
        Throws:
        DebugException - if this method fails. Reasons include:
        • Failure communicating with the VM. The DebugException's status code contains the underlying exception responsible for the failure.