Interface ICArrayElement

All Superinterfaces:
ICElement, ICExpression, ICLeftExpression

@Ser public interface ICArrayElement extends ICLeftExpression
C AST interface to represent the element of an array.

Example:

 array[index] = ...
 ^^^^^^^^^^^^