Interface ICPPBinding

    • Method Detail

      • getQualifiedName

        String[] getQualifiedName()
                           throws DOMException
        Returns an array of strings representing the qualified name of this binding.
        Throws:
        DOMException
      • isGloballyQualified

        boolean isGloballyQualified()
                             throws DOMException
        Returns true if this binding is qualified with respect to the translation unit for example, local variables, function parameters and local classes will all return false.
        Throws:
        DOMException