java.lang.Cloneable
public abstract class RefPtgBase extends OperandPtg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Modifier | Constructor | Description |
---|---|---|
protected |
RefPtgBase() |
|
protected |
RefPtgBase(CellReference c) |
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.String |
formatReferenceAsString() |
|
int |
getColumn() |
|
byte |
getDefaultOperandClass() |
|
int |
getRow() |
|
boolean |
isColRelative() |
|
boolean |
isRowRelative() |
|
protected void |
readCoordinates(LittleEndianInput in) |
|
void |
setColRelative(boolean rel) |
|
void |
setColumn(int col) |
|
void |
setRow(int rowIndex) |
|
void |
setRowRelative(boolean rel) |
|
protected void |
writeCoordinates(LittleEndianOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy, isBaseToken
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSize, readTokens, serializePtgs, setClass, toFormulaString, toString, write
protected RefPtgBase()
protected RefPtgBase(CellReference c)
protected final void readCoordinates(LittleEndianInput in)
protected final void writeCoordinates(LittleEndianOutput out)
public final void setRow(int rowIndex)
public final int getRow()
public final boolean isRowRelative()
public final void setRowRelative(boolean rel)
public final boolean isColRelative()
public final void setColRelative(boolean rel)
public final void setColumn(int col)
public final int getColumn()
protected final java.lang.String formatReferenceAsString()
public final byte getDefaultOperandClass()
getDefaultOperandClass
in class Ptg
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.