Class AliasedExpression
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.expression.AliasedExpression
- All Implemented Interfaces:
CypherExpression
- Direct Known Subclasses:
MarkerExpression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlias()
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
-
AliasedExpression
-
-
Method Details
-
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
-
getAlias
-
getExpression
-
equals
-
hashCode
public int hashCode() -
toString
-