Class DefineState

  • All Implemented Interfaces:
    ExpressionOwner, org.xml.sax.ContentHandler

    public class DefineState
    extends DefineState
    parses <define> declaration.
    • Constructor Detail

      • DefineState

        public DefineState()
    • Method Detail

      • doCombine

        protected Expression doCombine​(ReferenceExp baseExp,
                                       Expression newExp,
                                       java.lang.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