Class Java.NamedClassDeclaration

    • Field Detail

      • name

        public final java.lang.String name
        The simple name of this class.
      • extendedType

        @Nullable
        public final Java.Type extendedType
        The type of the extended class.
      • implementedTypes

        public final Java.Type[] implementedTypes
        The types of the implemented interfaces.
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Java.NamedTypeDeclaration
        Returns:
        The declared (not the fully qualified) name of the class or interface
      • hasDeprecatedDocTag

        public boolean hasDeprecatedDocTag()
        Description copied from interface: Java.DocCommentable
        Returns true if the object has a doc comment and the @deprecated tag appears in the doc comment.
        Specified by:
        hasDeprecatedDocTag in interface Java.DocCommentable
      • isAbstract

        public boolean isAbstract()
      • isFinal

        public boolean isFinal()
      • isStrictfp

        public boolean isStrictfp()