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 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 NonEmptyProperty Modifier and Type Field Description private java.lang.StringMethodReferenceExpr. identifierprivate java.lang.StringName. identifierprivate java.lang.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 NonEmptyProperty Modifier and Type Field Description private NodeList<ReferenceType>IntersectionType. elementsprivate NodeList<ReferenceType>UnionType. elements
-