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
(
)