Uses of Class
com.github.javaparser.ast.modules.ModuleProvidesDirective
Packages that use ModuleProvidesDirective
Package
Description
Implementation of model based on JavaParser.
-
Uses of ModuleProvidesDirective in com.github.javaparser.ast.modules
Methods in com.github.javaparser.ast.modules that return ModuleProvidesDirectiveModifier and TypeMethodDescriptionModuleDirective.asModuleProvidesDirective()
ModuleProvidesDirective.asModuleProvidesDirective()
ModuleDirective.asModuleProvidesStmt()
ModuleProvidesDirective.asModuleProvidesStmt()
ModuleProvidesDirective.clone()
Methods in com.github.javaparser.ast.modules that return types with arguments of type ModuleProvidesDirectiveModifier and TypeMethodDescriptionModuleDirective.toModuleProvidesDirective()
ModuleProvidesDirective.toModuleProvidesDirective()
ModuleDirective.toModuleProvidesStmt()
ModuleProvidesDirective.toModuleProvidesStmt()
Method parameters in com.github.javaparser.ast.modules with type arguments of type ModuleProvidesDirectiveModifier and TypeMethodDescriptionvoid
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
Methods in com.github.javaparser.ast.visitor with parameters of type ModuleProvidesDirectiveModifier and TypeMethodDescriptionCloneVisitor.visit
(ModuleProvidesDirective n, Object arg) EqualsVisitor.visit
(ModuleProvidesDirective n, Visitable arg) GenericListVisitorAdapter.visit
(ModuleProvidesDirective n, A arg) GenericVisitor.visit
(ModuleProvidesDirective n, A arg) GenericVisitorAdapter.visit
(ModuleProvidesDirective n, A arg) GenericVisitorWithDefaults.visit
(ModuleProvidesDirective n, A arg) HashCodeVisitor.visit
(ModuleProvidesDirective n, Void arg) ModifierVisitor.visit
(ModuleProvidesDirective n, A arg) NoCommentEqualsVisitor.visit
(ModuleProvidesDirective n, Visitable arg) NoCommentHashCodeVisitor.visit
(ModuleProvidesDirective n, Void arg) void
NodeFinderVisitor.visit
(ModuleProvidesDirective n, Range arg) ObjectIdentityEqualsVisitor.visit
(ModuleProvidesDirective n, Visitable arg) ObjectIdentityHashCodeVisitor.visit
(ModuleProvidesDirective n, Void arg) void
VoidVisitor.visit
(ModuleProvidesDirective n, A arg) void
VoidVisitorAdapter.visit
(ModuleProvidesDirective n, A arg) void
VoidVisitorWithDefaults.visit
(ModuleProvidesDirective n, A arg) -
Uses of ModuleProvidesDirective in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type ModuleProvidesDirectiveModifier and TypeMethodDescriptionvoid
DefaultPrettyPrinterVisitor.visit
(ModuleProvidesDirective n, Void arg) void
PrettyPrintVisitor.visit
(ModuleProvidesDirective n, Void arg) Deprecated. -
Uses of ModuleProvidesDirective in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type ModuleProvidesDirectiveModifier and TypeMethodDescriptionDefaultVisitorAdapter.visit
(ModuleProvidesDirective node, Boolean arg)