ValueEval
RefEvalBase
public interface RefEval extends ValueEval
Modifier and Type | Method | Description |
---|---|---|
int |
getColumn() |
returns the zero based column index.
|
ValueEval |
getInnerValueEval() |
|
int |
getRow() |
returns the zero based row index.
|
AreaEval |
offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx) |
Creates an
AreaEval offset by a relative amount from this RefEval |
ValueEval getInnerValueEval()
int getColumn()
int getRow()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.