public class OMatchPathItemFirst extends OMatchPathItem
Modifier and Type | Field and Description |
---|---|
protected OFunctionCall |
function |
protected OMethodCall |
methodWrapper |
filter, method
children, 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, setMethod
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString
protected OFunctionCall function
protected OMethodCall methodWrapper
public OMatchPathItemFirst(int id)
public OMatchPathItemFirst(OrientSql p, int id)
public boolean isBidirectional()
isBidirectional
in class OMatchPathItem
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class OMatchPathItem
protected Iterable<OIdentifiable> traversePatternEdge(OMatchStatement.MatchContext matchContext, OIdentifiable startingPoint, OCommandContext iCommandContext)
traversePatternEdge
in class OMatchPathItem
public OMatchPathItem copy()
copy
in class OMatchPathItem
public boolean equals(Object o)
equals
in class OMatchPathItem
public int hashCode()
hashCode
in class OMatchPathItem
public OFunctionCall getFunction()
public void setFunction(OFunctionCall function)
public OMethodCall getMethod()
getMethod
in class OMatchPathItem
Copyright © 2009–2020 OrientDB. All rights reserved.