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