Class ExpressionResolverImpl

    • Constructor Detail

      • ExpressionResolverImpl

        protected ExpressionResolverImpl()
        Creates a new ExpressionResolverImpl configured to throw an OFE when it encounters an unresolvable expression.
      • ExpressionResolverImpl

        protected ExpressionResolverImpl​(boolean lenient)
        Creates a new ExpressionResolverImpl with configurable behavior as to whether it throws an OFE when it encounters an unresolvable expression.
        Parameters:
        lenient - false if an OFE should be thrown if an unresolvable expression is found; true if the node should be left as an unresolved expression