Package ognl

Class ASTGreaterEq

    • Constructor Detail

      • ASTGreaterEq

        public ASTGreaterEq​(int id)
      • ASTGreaterEq

        public ASTGreaterEq​(OgnlParser p,
                            int id)
    • Method Detail

      • getValueBody

        protected java.lang.Object getValueBody​(OgnlContext context,
                                                java.lang.Object source)
                                         throws OgnlException
        Description copied from class: SimpleNode
        Subclasses implement this method to do the actual work of extracting the appropriate value from the source object.
        Specified by:
        getValueBody in class SimpleNode
        Parameters:
        context - the OgnlContext within which to perform the operation.
        source - the Object from which to get the value body.
        Returns:
        the value body from the source (as appropriate within the provided context).
        Throws:
        OgnlException - if the value body get fails.