Class UnaryPlusPtg

  • All Implemented Interfaces:
    org.apache.poi.common.Duplicatable, GenericRecord

    public final class UnaryPlusPtg
    extends ValueOperatorPtg
    Unary Plus operator - does not have any effect on the operand
    • Method Detail

      • getSid

        public byte getSid()
        Specified by:
        getSid in class Ptg
        Returns:
        structure id of the parsed thing, or -1 if the record has no sid
      • copy

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