INNER CODE UNIT · Python

name

gurkenlabs/litiengine · config/javadoc/generate_js.py:597

        const name = lastDot !== -1 ? fullText.substring(lastDot + 1) : fullText;

        items.push({
          isObject,
          isLink: true,
          pkg,
          name,
          href: link.getAttribute('href'),
          title: link.getAttribute('title') || ''
        });
      } else {
        let raw = '';
        current.childNodes.forEach(n => {
          if (n.nodeType === Node.TEXT_NODE) raw += n.textContent;
        });
        raw = raw.trim();
        if (raw) {
          const isObject = raw.includes('java.lang.Object') || raw === 'Object';

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…