You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/04/26 02:17:37 UTC

svn commit: r397026 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionImpl.java

Author: dion
Date: Tue Apr 25 17:17:33 2006
New Revision: 397026

URL: http://svn.apache.org/viewcvs?rev=397026&view=rev
Log:
Checkstyle

Modified:
    jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionImpl.java

Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionImpl.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionImpl.java?rev=397026&r1=397025&r2=397026&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionImpl.java (original)
+++ jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionImpl.java Tue Apr 25 17:17:33 2006
@@ -24,7 +24,7 @@
 /**
  * Instances of ExpressionImpl are created by the {@link ExpressionFactory},
  * and this is the default implementation of the {@link Expression} interface.
- * 
+ *
  * @since 1.0
  * @author <a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a>
  * @version $Id$
@@ -50,7 +50,7 @@
 
     /**
      * do not let this be generally instantiated with a 'new'.
-     * 
+     *
      * @param expr the expression.
      * @param ref the parsed expression.
      */
@@ -61,12 +61,12 @@
 
     /**
      * Evaluate the expression and return the value.
-     * 
+     *
      * Before JEXL evaluates the expression, any pre-resolvers will be called.
      * If the pre-resolver provides a value, it is returned. If JEXL evaluates
      * the expression as null, post-resolvers are called and any resulting value
      * returned.
-     * 
+     *
      * @param context Context containing objects/data used for evaluation
      * @return value of expression
      * @throws Exception on any error, but typically errors evaluating the
@@ -104,7 +104,7 @@
 
     /**
      * Tries the resolvers in the given resolverlist against the context.
-     * 
+     *
      * @param resolverList list of JexlExprResolvers
      * @param context JexlContext to use for evauluation
      * @return value (including null) or JexlExprResolver.NO_VALUE
@@ -131,7 +131,7 @@
 
     /**
      * Gets the original expression string.
-     * 
+     *
      * @return the expression.
      */
     public String getExpression() {
@@ -148,7 +148,7 @@
     /**
      * allows addition of a resolver to allow custom interdiction of expression
      * evaluation.
-     * 
+     *
      * @param resolver resolver to be called if Jexl expression evaluated to
      *            null
      */
@@ -161,7 +161,7 @@
 
     /**
      * Provide a string representation of the expression.
-     * 
+     *
      * @return the expression or blank if it's null.
      */
     public String toString() {



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org