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 ASTModuleNameASTModuleRequiresDirective. 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 NodeStream<ASTModuleName>ASTModuleExportsDirective. getTargetModules()Returns a stream of the module names that are found after the "to" keyword.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 RJavaVisitor. visit(ASTModuleName node, P data)
-