com.ibm.commons.swt.util
Class ComputedValueUtils
java.lang.Object
com.ibm.commons.swt.util.ComputedValueUtils
public class ComputedValueUtils
- extends java.lang.Object
Contains
Method Summary |
static int |
getFirstIndexOfComputedPortion(java.lang.String stringToTest)
Return the first index of the start of a computed expression. |
static boolean |
isELScope(java.lang.String var)
|
static boolean |
isStringComputed(java.lang.String stringToTest)
Return true if the given string represents a computed value, or false otherwise. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPUTED_START_1_CHAR
public static final char COMPUTED_START_1_CHAR
- See Also:
- Constant Field Values
COMPUTED_START_2_CHAR
public static final char COMPUTED_START_2_CHAR
- See Also:
- Constant Field Values
COMPUTED_START_1
public static final java.lang.String COMPUTED_START_1
- See Also:
- Constant Field Values
COMPUTED_START_2
public static final java.lang.String COMPUTED_START_2
- See Also:
- Constant Field Values
ComputedValueUtils
public ComputedValueUtils()
isStringComputed
public static boolean isStringComputed(java.lang.String stringToTest)
- Return true if the given string represents a computed value, or false otherwise.
getFirstIndexOfComputedPortion
public static int getFirstIndexOfComputedPortion(java.lang.String stringToTest)
- Return the first index of the start of a computed expression.
isELScope
public static boolean isELScope(java.lang.String var)