NameAttributeTestpublic class CoreOperationEqual extends CoreOperationCompare
Expression for the operation "=".Expression.PointerIterator, Expression.ValueIteratorADD_PRECEDENCE, AND_PRECEDENCE, COMPARE_PRECEDENCE, MULTIPLY_PRECEDENCE, NEGATE_PRECEDENCE, OR_PRECEDENCE, RELATIONAL_EXPR_PRECEDENCE, UNION_PRECEDENCENOT_A_NUMBER, ONE, ZERO| Constructor | Description |
|---|---|
CoreOperationEqual(Expression arg1,
Expression arg2) |
Create a new CoreOperationEqual
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getSymbol() |
Returns the XPath symbol for this operation, e.g.
|
compute, toStringcomputeValue, contains, equal, equal, findMatch, getPrecedence, isSymmetricisContextDependent, iterate, iteratePointersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomputeContextDependent, getArgumentspublic CoreOperationEqual(Expression arg1, Expression arg2)
arg1 - first comparison Expressionarg2 - second comparison Expressionpublic java.lang.String getSymbol()
CoreOperationgetSymbol in class CoreOperation