Uses of Annotation Interface
com.github.javaparser.metamodel.NonEmptyProperty
Packages that use NonEmptyProperty
Package
Description
-
Uses of NonEmptyProperty in com.github.javaparser.ast.body
Fields in com.github.javaparser.ast.body with annotations of type NonEmptyPropertyModifier and TypeFieldDescriptionprivate Expression
VariableDeclarator.initializer
private NodeList
<VariableDeclarator> FieldDeclaration.variables
-
Uses of NonEmptyProperty in com.github.javaparser.ast.expr
Fields in com.github.javaparser.ast.expr with annotations of type NonEmptyPropertyModifier and TypeFieldDescriptionprivate String
MethodReferenceExpr.identifier
private String
Name.identifier
private String
SimpleName.identifier
private NodeList
<ArrayCreationLevel> ArrayCreationExpr.levels
private NodeList
<VariableDeclarator> VariableDeclarationExpr.variables
-
Uses of NonEmptyProperty in com.github.javaparser.ast.type
Fields in com.github.javaparser.ast.type with annotations of type NonEmptyPropertyModifier and TypeFieldDescriptionprivate NodeList
<ReferenceType> IntersectionType.elements
private NodeList
<ReferenceType> UnionType.elements