|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.bea.p13n.expression.internal.ComplexExpressionImpl
|
+--com.bea.p13n.expression.operator.Operator
|
+--com.bea.p13n.content.expression.PropertyRef
An operator that represents the left-hand-side of a content query expression.
| Constructor Summary | |
PropertyRef(java.lang.Object propName)
Constructor. |
|
PropertyRef(java.lang.Object propSet,
java.lang.Object propName)
Constructor. |
|
| Method Summary | |
java.lang.Object |
accept(com.bea.p13n.expression.ExpressionVisitor visitor,
java.lang.Object data)
Accept this node. |
java.lang.Class[] |
getParameterSignature()
Get the parameter signature for this node. |
java.lang.Object |
getPropertyName()
Get the property name. |
java.lang.Object |
getPropertySet()
Get the property set. |
| Methods inherited from class com.bea.p13n.expression.operator.Operator |
leftHandSide,
operand,
rightHandSide |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public PropertyRef(java.lang.Object propSet,
java.lang.Object propName)
propSet - the property set name.propName - the property name.public PropertyRef(java.lang.Object propName)
propName - the property name.| Method Detail |
public java.lang.Object getPropertySet()
public java.lang.Object getPropertyName()
public java.lang.Class[] getParameterSignature()
public java.lang.Object accept(com.bea.p13n.expression.ExpressionVisitor visitor,
java.lang.Object data)
throws ExpressionException
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||