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

Member predicate ArrayTypeAccess::getComponentName

Gets the expression representing the component type of this array type access.

For example, in the array type access String[][], the component type is String[] and the element type is String.

Expr getComponentName()