IntExp
. The essential difference betweenIntArray
andIntExpArray
is that the former is able to use a variable of typeIntExp
as index. If an "index" in an "array" is a constrained integer expression, then the "array[index]" is also the constrained integer variable. To get the access to the element of an array using constrained index one has to use method {@link #elementAt(IntExp)}.
|
|
|
|