|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.expression4j.util.ExpressionElementUtil
public class ExpressionElementUtil
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 |
---|
public ExpressionElementUtil()
Method Detail |
---|
public static boolean checkPosition(java.lang.String expression, int position)
position
- position to check
true
if position is in the string, false
if position is outside the string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |