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

Class TypeAccess

A type access is a (possibly qualified) reference to a type.

Import path

import java

Direct supertypes

Indirect supertypes

Known direct subtypes

    Predicates

    getAPrimaryQlClass

    Gets the name of a primary CodeQL class to which this element belongs.

    getATypeArgument

    Gets a type argument supplied to this type access.

    getCompilationUnit

    Gets the compilation unit in which this type access occurs.

    getQualifier

    Gets the qualifier of this type access, if any.

    getTypeArgument

    Gets the type argument at the specified (zero-based) position in this type access.

    hasQualifier

    Holds if this type access has a qualifier.

    hasTypeArgument

    Holds if this type access has a type argument.

    toString

    Gets a printable representation of this expression.

    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 e.

    from Element
    fromSource

    Holds if this element pertains to a source file.

    from Element
    getAChildExpr

    Gets a child of this expression.

    from Expr
    getADeclaredAnnotation

    Gets an annotation that is declared on this element, excluding inherited annotations. The retention policy of the annotation type is not considered.

    from Annotatable
    getAnAnnotation

    Gets an annotation that applies to this element, including inherited annotations. The results only include direct annotations; indirect annotations, that is repeated annotations in an (implicit) container annotation, are not included. The retention policy of the annotation type is not considered.

    from Annotatable
    getAnAssociatedAnnotation

    Gets an annotation associated with this element, that is: - An annotation directly present on this element, or - An annotation indirectly present on this element (in the form of a repeated annotation), or - If an annotation of a type is neither directly nor indirectly present the result is an associated inherited annotation (recursively)

    from Annotatable
    getAnEnclosingStmt

    Gets a statement that directly or transitively contains this expression, if any. This is equivalent to this.getEnclosingStmt().getEnclosingStmt*().

    from Expr
    getBasicBlock

    Gets the basic block in which this expression occurs, if any.

    from Expr
    getControlFlowNode

    Gets the ControlFlowNode corresponding to this expression.

    from Expr
    getDoc

    Cast this element to a Documentable.

    from Element
    getEnclosingCallable

    Gets the callable in which this expression occurs, if any.

    from Expr
    getEnclosingStmt

    Gets the statement containing this expression, if any.

    from Expr
    getFile

    Gets the file associated with this element.

    from Top
    getHalsteadID

    This statement’s Halstead ID (used to compute Halstead metrics).

    from Expr
    getIndex

    Gets the index of this expression as a child of its parent.

    from Expr
    getKind

    Gets the kind of this expression.

    from Expr
    getKotlinType

    Gets the Kotlin type of this expression.

    from Expr
    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
    getParent

    Gets the parent of this expression.

    from Expr
    getPrimaryQlClasses

    Gets a comma-separated list of the names of the primary CodeQL classes to which this element belongs.

    from Top
    getTotalNumberOfLines

    Gets the total number of lines that this element ranges over, including lines of code, comment and whitespace-only lines.

    from Top
    getType

    Gets the type of this expression.

    from Expr
    getUnderlyingExpr

    Gets the underlying expression looking through casts and not-nulls, if any. Otherwise just gets this expression.

    from Expr
    hasAnnotation

    Holds if this element has an annotation, including inherited annotations. The retention policy of the annotation type is not considered.

    from Annotatable
    hasAnnotation

    Holds if this element has the specified annotation, including inherited annotations. The retention policy of the annotation type is not considered.

    from Annotatable
    hasChildElement

    Holds if this element is the immediate parent of the specified element e.

    from Element
    hasDeclaredAnnotation

    Holds if this element has a declared annotation, excluding inherited annotations. The retention policy of the annotation type is not considered.

    from Annotatable
    hasLocationInfo

    Holds if this element is at the specified location. The location spans column startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

    from Top
    hasName

    Holds if this element has the specified name.

    from Element
    isCompileTimeConstant

    Holds if this expression is a compile-time constant.

    from Expr
    isCompilerGenerated

    Holds if this is an auxiliary program element generated by the compiler.

    from Element
    isInStaticContext

    Holds if this expression occurs in a static context.

    from Expr
    isNthChildOf

    Holds if this expression is the child of the specified parent at the specified (zero-based) position.

    from Expr
    isParenthesized

    Holds if this expression is parenthesized.

    from Expr
    suppressesWarningsAbout

    Holds if this or any enclosing Annotatable has a @SuppressWarnings("<category>") annotation attached to it for the specified category.

    from Annotatable