
public class OMatchPathItemFirst extends OMatchPathItem
| Modifier and Type | Field and Description |
|---|---|
protected OFunctionCall |
function |
protected OMethodCall |
methodWrapper |
filter, methodchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OMatchPathItemFirst(int id) |
OMatchPathItemFirst(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OMatchPathItem |
copy() |
boolean |
equals(Object o) |
OFunctionCall |
getFunction() |
OMethodCall |
getMethod() |
int |
hashCode() |
boolean |
isBidirectional() |
void |
setFunction(OFunctionCall function) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
protected Iterable<OIdentifiable> |
traversePatternEdge(OMatchStatement.MatchContext matchContext,
OIdentifiable startingPoint,
OCommandContext iCommandContext) |
executeTraversal, getFilter, setFilter, setMethodchildrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected OFunctionCall function
protected OMethodCall methodWrapper
public OMatchPathItemFirst(int id)
public OMatchPathItemFirst(OrientSql p, int id)
public boolean isBidirectional()
isBidirectional in class OMatchPathItempublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OMatchPathItemprotected Iterable<OIdentifiable> traversePatternEdge(OMatchStatement.MatchContext matchContext, OIdentifiable startingPoint, OCommandContext iCommandContext)
traversePatternEdge in class OMatchPathItempublic OMatchPathItem copy()
copy in class OMatchPathItempublic boolean equals(Object o)
equals in class OMatchPathItempublic int hashCode()
hashCode in class OMatchPathItempublic OFunctionCall getFunction()
public void setFunction(OFunctionCall function)
public OMethodCall getMethod()
getMethod in class OMatchPathItemCopyright © 2009–2025 OrientDB. All rights reserved.