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 ModuleDirectiveModifier and TypeFieldDescriptionstatic final ParseStart
<ModuleDirective> ParseStart.MODULE_DIRECTIVE
Methods in com.github.javaparser that return ModuleDirectiveModifier and TypeMethodDescriptionfinal ModuleDirective
GeneratedJavaParser.ModuleDirective()
https://docs.oracle.com/javase/specs/jls/se15/html/jls-7.html#jls-ModuleDirectivefinal ModuleDirective
GeneratedJavaParser.ModuleDirectiveParseStart()
JavaParserAdapter.parseModuleDirective
(String moduleDirective) static ModuleDirective
StaticJavaParser.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 TypeClassDescriptionclass
An exports directive in module-info.java.class
An opens directive in module-info.java.class
A provides directive in module-info.java.class
A require directive in module-info.java.class
A uses directive in module-info.java.Fields in com.github.javaparser.ast.modules with type parameters of type ModuleDirectiveMethods 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)