Class JexlException.Return

    • Constructor Detail

      • Return

        protected Return​(JexlNode node,
                         java.lang.String msg,
                         java.lang.Object value)
        Creates a new instance of Return.
        Parameters:
        node - the return node
        msg - the message
        value - the returned value
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        Returns:
        the returned value