Class GetItemExpression
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.expression.GetItemExpression
- All Implemented Interfaces:
 CypherExpression
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetIndex()getVars()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
- 
expression
 - 
index
protected final int index 
 - 
 - 
Constructor Details
- 
GetItemExpression
 
 - 
 - 
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
 - 
equals
 - 
hashCode
 - 
toString
 - 
getIndex
public int getIndex() - 
getExpression
 
 -