类 ClassTypeSignatureNode

    • 方法详细资料

      • setPackageSpecifier

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

        @NotNull
        public @NotNull java.lang.String getClassname()
        返回:
        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()
        返回:
        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()
        覆盖:
        toString 在类中 java.lang.Object