public class RangeArray extends Expr
Modifier and Type | Class and Description |
---|---|
static class |
RangeArray.RangeList |
Constructor and Description |
---|
RangeArray(Expr start,
Expr end,
Location location)
array : '[' exprList ? | range ? ']'
exprList : expr (',' expr)*
range : expr ..
|
Copyright © 2018. All rights reserved.