Class LessThanPtg

    • 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
      • getNumberOfOperands

        public int getNumberOfOperands()
        Get the number of operands for the Less than operator
        Specified by:
        getNumberOfOperands in class OperationPtg
        Returns:
        int the number of operands
      • copy

        public LessThanPtg copy()
        Specified by:
        copy in interface Duplicatable
        Specified by:
        copy in class Ptg
        Returns:
        a deep copy of the implementing class / instance