src/main/java/org/apache/commons/ognl/ASTAnd.java [51:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        super( p, id );
    }

    /* (non-Javadoc)
     * @see org.apache.commons.ognl.SimpleNode#jjtClose()
     */
    public void jjtClose()
    {
        flattenTree();
    }

    /* (non-Javadoc)
     * @see org.apache.commons.ognl.SimpleNode#getValueBody(org.apache.commons.ognl.OgnlContext, Object)
     */
    protected Object getValueBody( OgnlContext context, Object source )
        throws OgnlException
    {
        Object result = null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/commons/ognl/ASTSequence.java [44:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        super( p, id );
    }

    public void jjtClose()
    {
        flattenTree();
    }

    protected Object getValueBody( OgnlContext context, Object source )
        throws OgnlException
    {
        Object result = null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



