Class CypherVar
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.expression.CypherVar
- All Implemented Interfaces:
CypherExpression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
getVars()
Returns a list of the [global] Cypher Variables used within the expressionint
hashCode()
toString()
void
visit
(CypherExpressionVisitor visitor) accepts aCypherExpressionVisitor
and propagates the visit recursively when required.
-
Constructor Details
-
CypherVar
-
-
Method Details
-
getName
-
equals
-
hashCode
public int hashCode() -
toString
-
getVars
Description copied from interface:CypherExpression
Returns a list of the [global] Cypher Variables used within the expression- Specified by:
getVars
in interfaceCypherExpression
-
visit
Description copied from interface:CypherExpression
accepts aCypherExpressionVisitor
and propagates the visit recursively when required.- Specified by:
visit
in interfaceCypherExpression
-