Class OperandPtg

    • Method Detail

      • isBaseToken

        public final boolean isBaseToken()
        All Operand Ptgs are classified ('relative', 'value', 'array')
        Specified by:
        isBaseToken in class Ptg
        Returns:
        false if this token is classified as 'reference', 'value', or 'array'
      • copy

        public abstract OperandPtg copy()
        Specified by:
        copy in interface org.apache.poi.common.Duplicatable
        Specified by:
        copy in class Ptg