CodeQL library for Java/Kotlin
codeql/java-all 0.9.0 (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()