Class OInPathItem
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OMatchPathItem
com.orientechnologies.orient.core.sql.parser.OInPathItem
- All Implemented Interfaces:
Node
- Direct Known Subclasses:
OInPathItemOpt
-
Field Summary
Fields 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 TypeMethodDescriptionvoidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.OMatchPathItem
bothPath, copy, equals, executeTraversal, getFilter, getMethod, hashCode, inPath, isBidirectional, outPath, setFilter, setMethod, traversePatternEdgeMethods 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
-
OInPathItem
public OInPathItem(int id) -
OInPathItem
-
-
Method Details
-
toString
- Overrides:
toStringin classOMatchPathItem
-
toGenericStatement
- Overrides:
toGenericStatementin classOMatchPathItem
-