Class HedgeRuleBaseState

    • Constructor Detail

      • HedgeRuleBaseState

        public HedgeRuleBaseState()
    • Method Detail

      • endSelf

        protected final void endSelf()
        Description copied from class: SimpleState
        this method is called in endElement method when the state is about to be removed. derived-class should perform any wrap-up job
        Overrides:
        endSelf in class SimpleState
      • endSelf

        protected abstract void endSelf​(Expression contentModel)
        derived class will receive child expression by this method