public interface ArrayCallback
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
LValue |
getRaw(int row,
int column) |
int |
getRowCount() |
Type |
getType(int row,
int column) |
java.lang.Object |
getValue(int row,
int column) |
LValue getRaw(int row, int column) throws EvaluationException
EvaluationExceptionjava.lang.Object getValue(int row,
int column)
throws EvaluationException
EvaluationExceptionType getType(int row, int column) throws EvaluationException
EvaluationExceptionint getColumnCount()
int getRowCount()