com.ibm.commons.swt.util
Class ComputedValueUtils

java.lang.Object
  extended by com.ibm.commons.swt.util.ComputedValueUtils

public class ComputedValueUtils
extends java.lang.Object

Contains


Field Summary
static java.lang.String COMPUTED_START_1
           
static char COMPUTED_START_1_CHAR
           
static java.lang.String COMPUTED_START_2
           
static char COMPUTED_START_2_CHAR
           
 
Constructor Summary
ComputedValueUtils()
           
 
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
 

Field Detail

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
Constructor Detail

ComputedValueUtils

public ComputedValueUtils()
Method Detail

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)