Class Java.InterfaceDeclaration

    • Field Detail

      • name

        public final java.lang.String name
        The simple name of the 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.