Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Array initialization

How can I capture an array initialization and the length specified in
that initialization?

For example, in

Double[][] x = new Double[y][z];

I want to know the value of y and z.


Regards,
Rui Carlos A. Gonçalves

PS: sorry by bad english...


Back to the top