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 ExpressionVariableDeclarator.initializerprivate 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 StringMethodReferenceExpr.identifierprivate StringName.identifierprivate StringSimpleName.identifierprivate NodeList<ArrayCreationLevel>ArrayCreationExpr.levelsprivate 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.elementsprivate NodeList<ReferenceType>UnionType.elements