Class Java.ProvidesModuleDirective

    • Field Detail

      • typeName

        public final java.lang.String[] typeName
        The "service", see JLS9 7.7.4.
      • withTypeNames

        public final java.lang.String[][] withTypeNames
        The "service providers" declared in the "with" clause of the directive; see JLS9 7.7.4.
    • Constructor Detail

      • ProvidesModuleDirective

        protected ProvidesModuleDirective​(Location location,
                                          java.lang.String[] typeName,
                                          java.lang.String[][] withTypeNames)