public abstract class RefPtgBase extends OperandPtg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Modifier | Constructor and Description |
---|---|
protected |
RefPtgBase() |
protected |
RefPtgBase(CellReference c) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
protected java.lang.String |
formatReferenceAsString() |
int |
getColumn() |
byte |
getDefaultOperandClass() |
int |
getRow() |
int |
hashCode() |
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) |
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
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.