Interface CodeArrayInstatiation

All Superinterfaces:
CodeExpression, CodeItem

public interface CodeArrayInstatiation extends CodeExpression
CodeExpression for an array instatiation.
Syntax example:
{<«value-1», ..., «value-N»}
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)