Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTModuleName
-
Packages that use ASTModuleName Package Description net.sourceforge.pmd.lang.java.ast 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 ASTModuleName Modifier and Type Method Description @NonNull ASTModuleName
ASTModuleRequiresDirective. getRequiredModule()
Returns the name of the required module.Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type ASTModuleName Modifier and Type Method Description net.sourceforge.pmd.lang.ast.NodeStream<ASTModuleName>
ASTModuleExportsDirective. getTargetModules()
Returns a stream of the module names that are found after the "to" keyword.net.sourceforge.pmd.lang.ast.NodeStream<ASTModuleName>
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 Modifier and Type Method Description default R
JavaVisitor. visit(ASTModuleName node, P data)
-