Uses of Class
com.github.javaparser.ast.modules.ModuleDirective
Packages that use ModuleDirective
-
Uses of ModuleDirective in com.github.javaparser
Fields in com.github.javaparser with type parameters of type ModuleDirectiveMethods in com.github.javaparser that return ModuleDirectiveModifier and TypeMethodDescriptionstatic ModuleDirectiveStaticJavaParser.parseModuleDirective(String moduleDirective)Parses a module directive and returns it as a ModuleDirective.Methods in com.github.javaparser that return types with arguments of type ModuleDirectiveModifier and TypeMethodDescriptionJavaParser.parseModuleDirective(String moduleDirective)Parses a module directive and returns it as a ModuleDirective. -
Uses of ModuleDirective in com.github.javaparser.ast.modules
Subclasses of ModuleDirective in com.github.javaparser.ast.modulesModifier and TypeClassDescriptionclassAn exports directive in module-info.java.classAn opens directive in module-info.java.classA provides directive in module-info.java.classA require directive in module-info.java.classA uses directive in module-info.java.Methods in com.github.javaparser.ast.modules that return ModuleDirectiveMethods in com.github.javaparser.ast.modules that return types with arguments of type ModuleDirectiveMethods in com.github.javaparser.ast.modules with parameters of type ModuleDirectiveMethod parameters in com.github.javaparser.ast.modules with type arguments of type ModuleDirectiveModifier and TypeMethodDescriptionModuleDeclaration.setDirectives(NodeList<ModuleDirective> directives)