Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithName
-
Packages that use NodeWithName Package Description com.github.javaparser.ast com.github.javaparser.ast.expr com.github.javaparser.ast.modules -
-
Uses of NodeWithName in com.github.javaparser.ast
Classes in com.github.javaparser.ast that implement NodeWithName Modifier and Type Class Description class
ImportDeclaration
An import declaration.class
PackageDeclaration
A package declaration. -
Uses of NodeWithName in com.github.javaparser.ast.expr
Classes in com.github.javaparser.ast.expr that implement NodeWithName 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. -
Uses of NodeWithName in com.github.javaparser.ast.modules
Classes in com.github.javaparser.ast.modules that implement NodeWithName 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.
-