Class ModuleDirective

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.java.syntax.ModuleDirective type.
      • REQUIRES

        public static final Name REQUIRES
        Name of the hydra.java.syntax.ModuleDirective.requires field.
      • EXPORTS

        public static final Name EXPORTS
        Name of the hydra.java.syntax.ModuleDirective.exports field.
      • OPENS

        public static final Name OPENS
        Name of the hydra.java.syntax.ModuleDirective.opens field.
      • USES

        public static final Name USES
        Name of the hydra.java.syntax.ModuleDirective.uses field.
      • PROVIDES

        public static final Name PROVIDES
        Name of the hydra.java.syntax.ModuleDirective.provides field.