Class DiscardAttributeChecker.DefaultDiscardAttributeChecker

    • Field Detail

      • discardExpressions

        protected final boolean discardExpressions
      • discardUndefined

        protected final boolean discardUndefined
    • Constructor Detail

      • DefaultDiscardAttributeChecker

        protected DefaultDiscardAttributeChecker​(boolean discardExpressions,
                                                 boolean discardUndefined)
        Constructor
        Parameters:
        discardExpressions - true if the attribute should be discarded if expressions are used
        discardUndefined - true if the attribute should be discarded if expressions are used
      • DefaultDiscardAttributeChecker

        public DefaultDiscardAttributeChecker()
        Constructor. Sets it up with discardExpressions==false and discardUndefined==true