Interface EqualityExpr
- All Superinterfaces:
BinaryExpr
,XPathExpression
Represents an Equality expression
- Version:
- $Revision: 3734 $
- Author:
- Keith Visco
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
static final short
static final short
static final short
static final short
static final short
Fields inherited from interface org.exolab.adaptx.xpath.XPathExpression
BOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, NUMBER, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR
-
Method Summary
Methods inherited from interface org.exolab.adaptx.xpath.expressions.BinaryExpr
getLeftSide, getOperator, getRightSide
Methods inherited from interface org.exolab.adaptx.xpath.XPathExpression
evaluate, getExprType, toString
-
Field Details
-
EQUAL
static final short EQUAL- See Also:
-
LESS_THAN
static final short LESS_THAN- See Also:
-
GREATER_THAN
static final short GREATER_THAN- See Also:
-
LT_OR_EQUAL
static final short LT_OR_EQUAL- See Also:
-
GT_OR_EQUAL
static final short GT_OR_EQUAL- See Also:
-
NOT_EQUAL
static final short NOT_EQUAL- See Also:
-
-
Method Details
-
getComparisonType
int getComparisonType()Returns the equality comparison type.- Returns:
- the equality comparison type
-