public final class EqualPtg extends ValueOperatorPtg
Modifier and Type | Field and Description |
---|---|
static EqualPtg |
instance |
static byte |
sid |
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Modifier and Type | Method and Description |
---|---|
EqualPtg |
copy() |
int |
getNumberOfOperands()
The number of operands expected by the operations
|
protected byte |
getSid() |
java.lang.String |
toFormulaString(java.lang.String[] operands)
returns a string representation of the operations
the length of the input array should equal the number returned by
|
getDefaultOperandClass, getSize, isBaseToken, toFormulaString, write
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString
public static final byte sid
public static final EqualPtg instance
protected byte getSid()
getSid
in class ValueOperatorPtg
public int getNumberOfOperands()
OperationPtg
getNumberOfOperands
in class OperationPtg
public java.lang.String toFormulaString(java.lang.String[] operands)
OperationPtg
toFormulaString
in class OperationPtg
OperationPtg.getNumberOfOperands()
public EqualPtg copy()
copy
in interface Duplicatable
copy
in class Ptg
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.