Class EqualityExpression
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.expression.EqualityExpression
- All Implemented Interfaces:
CypherExpression,BooleanCypherExpression
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CypherExpressionprotected final CypherExpression -
Constructor Summary
ConstructorsConstructorDescriptionEqualityExpression(CypherExpression leftExpression, CypherExpression rightExpression) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetVars()Returns a list of the [global] Cypher Variables used within the expressioninthashCode()toString()voidvisit(CypherExpressionVisitor visitor) accepts aCypherExpressionVisitorand propagates the visit recursively when required.
-
Field Details
-
leftExpression
-
rightExpression
-
-
Constructor Details
-
EqualityExpression
-
-
Method Details
-
getVars
Description copied from interface:CypherExpressionReturns a list of the [global] Cypher Variables used within the expression- Specified by:
getVarsin interfaceCypherExpression
-
visit
Description copied from interface:CypherExpressionaccepts aCypherExpressionVisitorand propagates the visit recursively when required.- Specified by:
visitin interfaceCypherExpression
-
getLeftExpression
-
getRightExpression
-
equals
-
hashCode
public int hashCode() -
toString
-