fr.expression4j.util
Class ExpressionElementUtil

java.lang.Object
  extended by fr.expression4j.util.ExpressionElementUtil

public class ExpressionElementUtil
extends java.lang.Object


Constructor Summary
ExpressionElementUtil()
           
 
Method Summary
static boolean checkPosition(java.lang.String expression, int position)
          check if the given position is in the range of the expression string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionElementUtil

public ExpressionElementUtil()
Method Detail

checkPosition

public static boolean checkPosition(java.lang.String expression,
                                    int position)
check if the given position is in the range of the expression string

Parameters:
position - position to check
Returns:
true if position is in the string, false if position is outside the string.