Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTModuleName
Packages that use ASTModuleName
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTModuleName in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTModuleNameModifier and TypeMethodDescription@NonNull ASTModuleNameASTModuleRequiresDirective.getRequiredModule()Returns the name of the required module.Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type ASTModuleNameModifier and TypeMethodDescriptionASTModuleExportsDirective.getTargetModules()Returns a stream of the module names that are found after the "to" keyword.ASTModuleOpensDirective.getTargetModules()Returns a stream of the module names that are found after the "to" keyword.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTModuleName