Interface JSCompletion

    • Method Detail

      • getLookupName

        java.lang.String getLookupName()
        Returns:
        a logical lookup name that is unique
      • getType

        java.lang.String getType​(boolean qualified)
        Returns:
        JavaScript type from Completion qualified
      • getEnclosingClassName

        java.lang.String getEnclosingClassName​(boolean fullyQualified)
        Returns the name of the enclosing class.
        Parameters:
        fullyQualified - Whether the name returned should be fully qualified.
        Returns:
        The class name.