Operator
Implementation of the StringOperator operator. Base class for all StringOperators.
Object
ComplexExpressionImpl
Operator
StringOperator
Cloneable
, Expression
, Serializable
StringCharAt
, StringCompareToIgnoreCase
, StringConcat
, StringContains
, StringEndsWith
, StringEqualsIgnoreCase
, StringLength
, StringLike
, StringReplace
, StringStartsWith
, StringSubstring
, StringToLowerCase
, StringToUpperCase
, StringTrim
Field Summary |
protected static final | |
protected static final |
Constructor Summary |
|
|
Method Summary |
Methods from com.bea.p13n.expression.operator. |
|
Methods from com.bea.p13n.expression.internal. |
addListener, addSubExpression, clearCache, clone, createProxyExpression, equals, getCachedValue, getParent, getSource, getSubExpression, getSubExpressionCount, getUserData, hashCode, isCached, isCacheEnabled, isEqualitySubExpression, notifyListeners, removeAllSubExpressions, removeListener, removeSubExpression, removeSubExpression, setCachedValue, setCacheEnabled, setParent, setSource, setSubExpression, setUserData, toString, write |
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface com.bea.p13n.expression. |
|
Field Detail |
protected static final Class
BINARY_PARAMETER_SIGNATURE
protected static final Class
UNARY_PARAMETER_SIGNATURE
Constructor Detail |
protected StringOperator()
protected StringOperator(Object
lhs,Object
rhs)
protected StringOperator(Object
unaryOperand)