Class OFieldMatchPathItem
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OMatchPathItem
com.orientechnologies.orient.core.sql.parser.OFieldMatchPathItem
- All Implemented Interfaces:
Node
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.sql.parser.OMatchPathItem
filter, methodFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()booleangetExp()getField()inthashCode()booleanAccept the visitor.voidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) protected Iterable<OIdentifiable>traversePatternEdge(OMatchStatement.MatchContext matchContext, OIdentifiable startingPoint, OCommandContext iCommandContext) Methods inherited from class com.orientechnologies.orient.core.sql.parser.OMatchPathItem
bothPath, executeTraversal, getFilter, getMethod, inPath, outPath, setFilter, setMethodMethods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString, toString
-
Field Details
-
field
-
-
Constructor Details
-
OFieldMatchPathItem
public OFieldMatchPathItem(int id) -
OFieldMatchPathItem
-
-
Method Details
-
isBidirectional
public boolean isBidirectional()Accept the visitor.- Overrides:
isBidirectionalin classOMatchPathItem
-
toString
- Overrides:
toStringin classOMatchPathItem
-
toGenericStatement
- Overrides:
toGenericStatementin classOMatchPathItem
-
traversePatternEdge
protected Iterable<OIdentifiable> traversePatternEdge(OMatchStatement.MatchContext matchContext, OIdentifiable startingPoint, OCommandContext iCommandContext) - Overrides:
traversePatternEdgein classOMatchPathItem
-
equals
- Overrides:
equalsin classOMatchPathItem
-
hashCode
public int hashCode()- Overrides:
hashCodein classOMatchPathItem
-
copy
- Overrides:
copyin classOMatchPathItem
-
getField
-
getExp
-