Class Java.InterfaceDeclaration

    • Field Detail

      • optionalDocComment

        private final java.lang.String optionalDocComment
      • name

        public final java.lang.String name
        The simple name of the interface.
      • optionalTypeParameters

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

        public final Java.Type[] extendedTypes
        The types of the interfaces that this interface extends.
      • constantDeclarations

        public final java.util.List<Java.FieldDeclaration> constantDeclarations
        The constants that this interface declares.
      • interfaces

        IClass[] interfaces
        Set during "compile()".
    • Constructor Detail