Uses of Class
com.github.javaparser.ast.modules.ModuleProvidesDirective
-
Packages that use ModuleProvidesDirective Package Description com.github.javaparser.ast.modules com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of ModuleProvidesDirective in com.github.javaparser.ast.modules
Methods in com.github.javaparser.ast.modules that return ModuleProvidesDirective Modifier and Type Method Description ModuleProvidesDirective
ModuleDirective. asModuleProvidesDirective()
ModuleProvidesDirective
ModuleProvidesDirective. asModuleProvidesDirective()
ModuleProvidesDirective
ModuleDirective. asModuleProvidesStmt()
ModuleProvidesDirective
ModuleProvidesDirective. asModuleProvidesStmt()
ModuleProvidesDirective
ModuleProvidesDirective. clone()
ModuleProvidesDirective
ModuleProvidesDirective. setName(Name name)
ModuleProvidesDirective
ModuleProvidesDirective. setWith(NodeList<Name> with)
Methods in com.github.javaparser.ast.modules that return types with arguments of type ModuleProvidesDirective Modifier and Type Method Description Optional<ModuleProvidesDirective>
ModuleDirective. toModuleProvidesDirective()
Optional<ModuleProvidesDirective>
ModuleProvidesDirective. toModuleProvidesDirective()
Optional<ModuleProvidesDirective>
ModuleDirective. toModuleProvidesStmt()
Optional<ModuleProvidesDirective>
ModuleProvidesDirective. toModuleProvidesStmt()
Method parameters in com.github.javaparser.ast.modules with type arguments of type ModuleProvidesDirective Modifier and Type Method Description void
ModuleDirective. ifModuleProvidesDirective(Consumer<ModuleProvidesDirective> action)
void
ModuleProvidesDirective. ifModuleProvidesDirective(Consumer<ModuleProvidesDirective> action)
void
ModuleDirective. ifModuleProvidesStmt(Consumer<ModuleProvidesDirective> action)
void
ModuleProvidesDirective. ifModuleProvidesStmt(Consumer<ModuleProvidesDirective> action)
-
Uses of ModuleProvidesDirective in com.github.javaparser.ast.visitor
-
Uses of ModuleProvidesDirective in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type ModuleProvidesDirective Modifier and Type Method Description void
PrettyPrintVisitor. visit(ModuleProvidesDirective n, Void arg)
-