|
© 2005 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.p13n.expression.internal.ComplexExpressionImpl
com.bea.p13n.expression.operator.Operator
com.bea.p13n.expression.operator.Variable
Implementation of the Variable operator.
The variable operator defines a place-holder
for a variable that will be substituted during
unification.
Input 1: A String (or Expression returning a String) that is the name of the variable.
Input 2: A Class (or Expression returning a Class) that is the type of the variable.
Constructor Summary | |
Variable()
A default Class Constructor. |
|
Variable(String name,
Class type)
A class constructor that constructs a variable by assigning a name and a class type. |
Method Summary | |
int |
compareTo(Object object)
|
Class |
getClassType()
Returns the class type of the value contained in this. |
String |
getName()
Returns the name of this. |
Class[] |
getParameterSignature()
Returns the parameter signature of this |
Object |
getValue()
Returns the value stored in this. |
boolean |
isBound()
|
protected boolean |
isEqualitySubExpression(int index)
|
void |
setValue(Object object)
Stores the given value in this. |
Methods inherited from class com.bea.p13n.expression.operator.Operator |
leftHandSide, operand, rightHandSide |
Methods inherited from class com.bea.p13n.expression.internal.ComplexExpressionImpl |
addListener, addSubExpression, clearCache, clone, createProxyExpression, equals, getCachedValue, getParent, getSource, getSubExpression, getSubExpressionCount, getUserData, hashCode, isCached, isCacheEnabled, notifyListeners, removeAllSubExpressions, removeListener, removeSubExpression, removeSubExpression, setCachedValue, setCacheEnabled, setParent, setSource, setSubExpression, setUserData, toString, write |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Variable()
public Variable(String name, Class type)
Method Detail |
public int compareTo(Object object) throws ClassCastException
compareTo
in interface Comparable
ClassCastException
public Class getClassType()
public String getName()
public Class[] getParameterSignature()
getParameterSignature
in interface Expression
Class
that has parameter signature.public Object getValue()
public boolean isBound()
true
If this is bound to a value
otherwise false
.protected boolean isEqualitySubExpression(int index)
public void setValue(Object object)
object
- The value to be stored.
|
© 2005 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |