Class OperandPtg

    • Constructor Detail

      • OperandPtg

        protected OperandPtg()
      • OperandPtg

        protected OperandPtg​(OperandPtg other)
    • 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 Duplicatable
        Specified by:
        copy in class Ptg
        Returns:
        a deep copy of the implementing class / instance