| Package | Description |
|---|---|
| com.github.javaparser.ast.modules |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleExportsStmt |
class |
ModuleOpensStmt |
class |
ModuleProvidesStmt |
class |
ModuleRequiresStmt
A require statement in module-info.java.
|
class |
ModuleUsesStmt |
| Modifier and Type | Method and Description |
|---|---|
ModuleStmt |
ModuleStmt.clone() |
| Modifier and Type | Method and Description |
|---|---|
NodeList<ModuleStmt> |
ModuleDeclaration.getModuleStmts() |
| Modifier and Type | Method and Description |
|---|---|
ModuleDeclaration |
ModuleDeclaration.setModuleStmts(NodeList<ModuleStmt> moduleStmts) |
| Constructor and Description |
|---|
ModuleDeclaration(NodeList<AnnotationExpr> annotations,
Name name,
boolean isOpen,
NodeList<ModuleStmt> moduleStmts) |
ModuleDeclaration(Range range,
NodeList<AnnotationExpr> annotations,
Name name,
boolean isOpen,
NodeList<ModuleStmt> moduleStmts)
This constructor is used by the parser and is considered private.
|
Copyright © 2007–2017. All rights reserved.