Class OMatchPathItemFirst
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OMatchPathItem
com.orientechnologies.orient.core.sql.parser.OMatchPathItemFirst
- All Implemented Interfaces:
Node
- Author:
- Luigi Dell'Aquila (l.dellaquila-(at)-orientdb.com)
-
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()booleaninthashCode()booleanvoidsetFunction(OFunctionCall function) 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, 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
-
function
-
methodWrapper
-
-
Constructor Details
-
OMatchPathItemFirst
public OMatchPathItemFirst(int id) -
OMatchPathItemFirst
-
-
Method Details
-
isBidirectional
public boolean isBidirectional()- 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
-
copy
- Overrides:
copyin classOMatchPathItem
-
equals
- Overrides:
equalsin classOMatchPathItem
-
hashCode
public int hashCode()- Overrides:
hashCodein classOMatchPathItem
-
getFunction
-
setFunction
-
getMethod
- Overrides:
getMethodin classOMatchPathItem
-