Class DelegatedProperty
A Kotlin delegated property.
Import path
import java
Direct supertypes
Indirect supertypes
Fields
Predicates
getAPrimaryQlClass |
Gets the name of a primary CodeQL class to which this element belongs. |
getDelegatee |
Gets the underlying local variable or field to which this property is delegating the calls. |
isLocal |
Holds if this delegated property is declared as a local variable. |
Inherited predicates
compilerGeneratedReason |
Gets the reason this element was generated by the compiler, if any. |
from Element |
contains |
Holds if this element transitively contains the specified element |
from Element |
fromSource |
Holds if this element pertains to a source file. |
from Element |
getAModifier |
Gets a modifier of this element. |
from Modifiable |
getBackingField |
Gets the backing field for this property, if any. |
from Property |
getCompilationUnit |
Gets the compilation unit that this element belongs to. |
from Element |
getDoc |
Cast this element to a |
from Element |
getFile |
Gets the file associated with this element. |
from Top |
getGetter |
Gets the getter method for this property, if any. |
from Property |
getLocation |
Gets the source location for this element. |
from Top |
getName |
Gets the name of this element. |
from Element |
getNumberOfCommentLines |
Gets the number of comment lines that this element ranges over. |
from Top |
getNumberOfLinesOfCode |
Gets the number of lines of code that this element ranges over. |
from Top |
getPrimaryQlClasses |
Gets a comma-separated list of the names of the primary CodeQL classes to which this element belongs. |
from Top |
getSetter |
Gets the setter method for this property, if any. |
from Property |
getTotalNumberOfLines |
Gets the total number of lines that this element ranges over, including lines of code, comment and whitespace-only lines. |
from Top |
hasChildElement |
Holds if this element is the immediate parent of the specified element |
from Element |
hasLocationInfo |
Holds if this element is at the specified location. The location spans column |
from Top |
hasModifier |
Holds if this element has modifier |
from Modifiable |
hasName |
Holds if this element has the specified |
from Element |
hasNoModifier |
Holds if this element has no modifier. |
from Modifiable |
isAbstract |
Holds if this element has an |
from Modifiable |
isCompilerGenerated |
Holds if this is an auxiliary program element generated by the compiler. |
from Element |
isCrossinline |
Holds if this element has a |
from Modifiable |
isDefault |
Holds if this element has a |
from Modifiable |
isFinal |
Holds if this element has a |
from Modifiable |
isIn |
Holds if this element has an |
from Modifiable |
isInline |
Holds if this element has an |
from Modifiable |
isInternal |
Holds if this element has an |
from Modifiable |
isLateinit |
Holds if this element has a |
from Modifiable |
isNative |
Holds if this element has a |
from Modifiable |
isNoinline |
Holds if this element has a |
from Modifiable |
isOut |
Holds if this element has an |
from Modifiable |
isPrivate |
Holds if this element has a |
from Modifiable |
isProtected |
Holds if this element has a |
from Modifiable |
isPublic |
Holds if this element has a |
from Modifiable |
isReified |
Holds if this element has a |
from Modifiable |
isSealedKotlin |
Holds if this element has a |
from Modifiable |
isStatic |
Holds if this element has a |
from Modifiable |
isStrictfp |
Holds if this element has a |
from Modifiable |
isSuspend |
Holds if this element has a |
from Modifiable |
isSynchronized |
Holds if this element has a |
from Modifiable |
isTransient |
Holds if this element has a |
from Modifiable |
isVolatile |
Holds if this element has a |
from Modifiable |
toString |
Gets a textual representation of this element. |
from Top |