|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface JexlArithmetic.ArrayBuilder
Helper interface used when creating an array literal.
The default implementation creates an array and attempts to type it strictly.
| Method Summary | |
|---|---|
void |
add(Object value)
Adds a literal to the array. |
Object |
create(boolean extended)
Creates the actual "array" instance. |
| Method Detail |
|---|
void add(Object value)
value - the item to addObject create(boolean extended)
extended - true when the last argument is ', ...'
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||