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
Classes in com.github.javaparser.ast.modules that implement interfaces with type arguments of type ModuleProvidesDirectiveModifier and TypeClassDescriptionclassA provides directive in module-info.java.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 TypeMethodDescriptionvoidModuleDirective.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
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) voidNodeFinderVisitor.visit(ModuleProvidesDirective n, Range arg) ObjectIdentityEqualsVisitor.visit(ModuleProvidesDirective n, Visitable arg) ObjectIdentityHashCodeVisitor.visit(ModuleProvidesDirective n, Void arg) voidVoidVisitor.visit(ModuleProvidesDirective n, A arg) voidVoidVisitorAdapter.visit(ModuleProvidesDirective n, A arg) voidVoidVisitorWithDefaults.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 TypeMethodDescriptionvoidDefaultPrettyPrinterVisitor.visit(ModuleProvidesDirective n, Void arg) voidPrettyPrintVisitor.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)