Uses of Class
com.github.javaparser.metamodel.NonEmptyProperty
-
Packages that use NonEmptyProperty Package Description com.github.javaparser.ast.body com.github.javaparser.ast.expr com.github.javaparser.ast.type -
-
Uses of NonEmptyProperty in com.github.javaparser.ast.body
Fields in com.github.javaparser.ast.body with annotations of type NonEmptyProperty Modifier and Type Field Description private 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 NonEmptyProperty Modifier and Type Field Description private java.lang.String
MethodReferenceExpr. identifier
private java.lang.String
Name. identifier
private java.lang.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 NonEmptyProperty Modifier and Type Field Description private NodeList<ReferenceType>
IntersectionType. elements
private NodeList<ReferenceType>
UnionType. elements
-