Package | Description |
---|---|
com.github.javaparser.ast | |
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.modules |
Modifier and Type | Class | Description |
---|---|---|
class |
ImportDeclaration |
An import declaration.
|
class |
PackageDeclaration |
A package declaration.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AnnotationExpr |
A base class for the different types of annotations.
|
class |
MarkerAnnotationExpr |
An annotation that uses only the annotation type name.
|
class |
NormalAnnotationExpr |
An annotation that has zero or more key-value pairs.
@Mapping(a=5, d=10) |
class |
SingleMemberAnnotationExpr |
An annotation that has a single value.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ModuleDeclaration |
A Java 9 Jigsaw module declaration.
|
class |
ModuleExportsStmt |
|
class |
ModuleOpensStmt |
|
class |
ModuleRequiresStmt |
A require statement in module-info.java.
|
Copyright © 2007–2019. All rights reserved.