Uses of Annotation Interface
com.github.javaparser.metamodel.OptionalProperty
Packages that use OptionalProperty
Package
Description
-
Uses of OptionalProperty in com.github.javaparser.ast
Fields in com.github.javaparser.ast with annotations of type OptionalPropertyModifier and TypeFieldDescriptionprivate Comment
Node.comment
private Expression
ArrayCreationLevel.dimension
private ModuleDeclaration
CompilationUnit.module
private PackageDeclaration
CompilationUnit.packageDeclaration
-
Uses of OptionalProperty in com.github.javaparser.ast.body
Fields in com.github.javaparser.ast.body with annotations of type OptionalPropertyModifier and TypeFieldDescriptionprivate BlockStmt
MethodDeclaration.body
private Expression
AnnotationMemberDeclaration.defaultValue
private Expression
VariableDeclarator.initializer
private ReceiverParameter
CallableDeclaration.receiverParameter
private ReceiverParameter
RecordDeclaration.receiverParameter
-
Uses of OptionalProperty in com.github.javaparser.ast.expr
Fields in com.github.javaparser.ast.expr with annotations of type OptionalPropertyModifier and TypeFieldDescriptionprivate NodeList
<BodyDeclaration<?>> ObjectCreationExpr.anonymousClassBody
private ArrayInitializerExpr
ArrayCreationExpr.initializer
private PatternExpr
InstanceOfExpr.pattern
private Name
Name.qualifier
private Expression
MethodCallExpr.scope
private Expression
ObjectCreationExpr.scope
FieldAccessExpr.typeArguments
MethodCallExpr.typeArguments
MethodReferenceExpr.typeArguments
ObjectCreationExpr.typeArguments
private Name
SuperExpr.typeName
private Name
ThisExpr.typeName
-
Uses of OptionalProperty in com.github.javaparser.ast.stmt
Fields in com.github.javaparser.ast.stmt with annotations of type OptionalPropertyModifier and TypeFieldDescriptionprivate Expression
ForStmt.compare
private Statement
IfStmt.elseStmt
private Expression
ExplicitConstructorInvocationStmt.expression
private Expression
ReturnStmt.expression
private BlockStmt
TryStmt.finallyBlock
private SimpleName
BreakStmt.label
private SimpleName
ContinueStmt.label
private Expression
AssertStmt.message
ExplicitConstructorInvocationStmt.typeArguments
-
Uses of OptionalProperty in com.github.javaparser.ast.type
Fields in com.github.javaparser.ast.type with annotations of type OptionalPropertyModifier and TypeFieldDescriptionprivate ReferenceType
WildcardType.extendedType
private ClassOrInterfaceType
ClassOrInterfaceType.scope
private ReferenceType
WildcardType.superType
ClassOrInterfaceType.typeArguments