Uses of Class
com.github.javaparser.ast.modules.ModuleStmt
-
Packages that use ModuleStmt Package Description com.github.javaparser.ast.modules -
-
Uses of ModuleStmt in com.github.javaparser.ast.modules
Subclasses of ModuleStmt in com.github.javaparser.ast.modules Modifier and Type Class Description classModuleExportsStmtclassModuleOpensStmtclassModuleProvidesStmtclassModuleRequiresStmtA require statement in module-info.java.classModuleUsesStmtMethods in com.github.javaparser.ast.modules that return ModuleStmt Modifier and Type Method Description ModuleStmtModuleStmt. clone()Methods in com.github.javaparser.ast.modules that return types with arguments of type ModuleStmt Modifier and Type Method Description NodeList<ModuleStmt>ModuleDeclaration. getModuleStmts()Method parameters in com.github.javaparser.ast.modules with type arguments of type ModuleStmt Modifier and Type Method Description ModuleDeclarationModuleDeclaration. setModuleStmts(NodeList<ModuleStmt> moduleStmts)
-