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 ModuleProvidesDirectiveModuleDirective. asModuleProvidesDirective()ModuleProvidesDirectiveModuleProvidesDirective. asModuleProvidesDirective()ModuleProvidesDirectiveModuleDirective. asModuleProvidesStmt()ModuleProvidesDirectiveModuleProvidesDirective. asModuleProvidesStmt()ModuleProvidesDirectiveModuleProvidesDirective. clone()ModuleProvidesDirectiveModuleProvidesDirective. setName(Name name)ModuleProvidesDirectiveModuleProvidesDirective. 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 voidModuleDirective. ifModuleProvidesDirective(Consumer<ModuleProvidesDirective> action)voidModuleProvidesDirective. ifModuleProvidesDirective(Consumer<ModuleProvidesDirective> action)voidModuleDirective. ifModuleProvidesStmt(Consumer<ModuleProvidesDirective> action)voidModuleProvidesDirective. 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 voidPrettyPrintVisitor. visit(ModuleProvidesDirective n, Void arg)
-