An reference consisting of an element reference and an indexing paramater . Can represent a static array, associative array (aka map), or tuple indexing. It can be possible to determine which one it represents by syntax analysis only (example: foo[int] or foo[4]), but sometimes semantic analysis is necessary (example foo[bar] - is bar a number or a type? is foo a type or a tuple?)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.