Class Java.NamedClassDeclaration

    • Field Detail

      • optionalDocComment

        private final java.lang.String optionalDocComment
      • name

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

        public final Java.TypeParameter[] optionalTypeParameters
        The optional type parameters of this interface.
      • optionalExtendedType

        public final Java.Type optionalExtendedType
        The type of the extended class.
      • implementedTypes

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