StaticArrayCallback
public interface ArrayCallback
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) |
LValue getRaw(int row, int column) throws EvaluationException
EvaluationException
java.lang.Object getValue(int row, int column) throws EvaluationException
EvaluationException
Type getType(int row, int column) throws EvaluationException
EvaluationException
int getColumnCount()
int getRowCount()