ArrayCallbackpublic class StaticArrayCallback extends java.lang.Object implements ArrayCallback
| Constructor | Description |
|---|---|
StaticArrayCallback(ArrayCallback source) |
| Modifier and Type | Method | 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) |
public StaticArrayCallback(ArrayCallback source) throws EvaluationException
EvaluationExceptionpublic LValue getRaw(int row, int column) throws EvaluationException
getRaw in interface ArrayCallbackEvaluationExceptionpublic java.lang.Object getValue(int row,
int column)
throws EvaluationException
getValue in interface ArrayCallbackEvaluationExceptionpublic Type getType(int row, int column) throws EvaluationException
getType in interface ArrayCallbackEvaluationExceptionpublic int getColumnCount()
getColumnCount in interface ArrayCallbackpublic int getRowCount()
getRowCount in interface ArrayCallback