|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
EA - public interface EArray<E>
EArray defines an interface for array typed expression
| Method Summary | |
|---|---|
Expr<E> |
get(Expr<Integer> index)
Get the element at the given index |
Expr<E> |
get(int index)
Get the element at the given index |
ENumber<Integer> |
size()
Get the size of the array |
| Method Detail |
|---|
ENumber<Integer> size()
Expr<E> get(Expr<Integer> index)
index -
Expr<E> get(@Nonnegative
int index)
index -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||