CodeQL library for Java/Kotlin
codeql/java-all 7.7.3-dev (changelog, source)
Search

Class JavaPropertyOption

An option type that is either a singleton None or a Some wrapping the JavaProperty type.

Import path

import semmle.code.java.security.SpringBootActuatorsConfigQuery

Direct supertypes

Predicates

asSome

Gets the wrapped element, if any.

getLocation

Gets the location of this element.

isNone

Holds if this option is the singleton None.

toString

Gets a textual representation of this element.