Class OMultiMatchPathItemArrows
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OMatchPathItem
com.orientechnologies.orient.core.sql.parser.OMultiMatchPathItem
com.orientechnologies.orient.core.sql.parser.OMultiMatchPathItemArrows
- All Implemented Interfaces:
Node
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.sql.parser.OMultiMatchPathItem
itemsFields 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
ConstructorsConstructorDescriptionOMultiMatchPathItemArrows(int id) OMultiMatchPathItemArrows(OrientSql p, int id) -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.sql.parser.OMultiMatchPathItem
addItem, copy, equals, getItems, hashCode, isBidirectional, setItems, toGenericStatement, toString, traversePatternEdgeMethods 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
-
Constructor Details
-
OMultiMatchPathItemArrows
public OMultiMatchPathItemArrows(int id) -
OMultiMatchPathItemArrows
-