Class ASTArrayDimExpr

All Implemented Interfaces:
GenericNode<JavaNode>, JjtreeNode<JavaNode>, Node, TextAvailableNode, Annotatable, JavaNode, Reportable

public final class ASTArrayDimExpr extends ASTArrayTypeDim
Represents an array dimension initialized with an expression in an array allocation expression. This is always a child of ArrayDimensions. TODO not sure we need a separate node type here?

 ArrayDimExpr ::= TypeAnnotation* "[" Expression "]"