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 class
ModuleExportsStmt
class
ModuleOpensStmt
class
ModuleProvidesStmt
class
ModuleRequiresStmt
A require statement in module-info.java.class
ModuleUsesStmt
Methods in com.github.javaparser.ast.modules that return ModuleStmt Modifier and Type Method Description ModuleStmt
ModuleStmt. 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 ModuleDeclaration
ModuleDeclaration. setModuleStmts(NodeList<ModuleStmt> moduleStmts)
-