Class DefineState

    • Constructor Detail

      • DefineState

        public DefineState()
    • Method Detail

      • doCombine

        protected Expression doCombine​(ReferenceExp baseExp,
                                       Expression newExp,
                                       String combine)
        combines two expressions into one as specified by the combine parameter, and returns a new expression. If the combine parameter is invalid, then return null.
        Specified by:
        doCombine in class DefineState