Class ClassTypeSignatureNode

    • Method Detail

      • setPackageSpecifier

        public void setPackageSpecifier​(@NotNull
                                        @NotNull PackageSpecifierNode packageSpecifier)
      • accept

        public <R,​P> R accept​(ASTNodeVisitor<R,​P> visitor,
                                    P arg)
      • getClassname

        @NotNull
        public @NotNull java.lang.String getClassname()
        Returns:
        the internal class name in the descriptor (same as the file would be named in the JAR file)
      • getClassNamesIncludingParentClasses

        @NotNull
        public @NotNull java.util.List<java.lang.String> getClassNamesIncludingParentClasses()
        Returns:
        a list of the internal class names in the descriptor for this class and every parent class if nested
      • toString

        @NotNull
        public @NotNull java.lang.String toString()
        Overrides:
        toString in class java.lang.Object