
public class OFieldMatchPathItem extends OMatchPathItem
| Modifier and Type | Field and Description |
|---|---|
protected OIdentifier |
field |
filter, methodchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OFieldMatchPathItem(int id) |
OFieldMatchPathItem(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OMatchPathItem |
copy() |
boolean |
equals(Object o) |
OSuffixIdentifier |
getExp() |
OIdentifier |
getField() |
int |
hashCode() |
boolean |
isBidirectional()
Accept the visitor.
|
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
protected Iterable<OIdentifiable> |
traversePatternEdge(OMatchStatement.MatchContext matchContext,
OIdentifiable startingPoint,
OCommandContext iCommandContext) |
executeTraversal, getFilter, getMethod, setFilter, setMethodchildrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected OIdentifier field
public OFieldMatchPathItem(int id)
public OFieldMatchPathItem(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 boolean equals(Object o)
equals in class OMatchPathItempublic int hashCode()
hashCode in class OMatchPathItempublic OMatchPathItem copy()
copy in class OMatchPathItempublic OIdentifier getField()
public OSuffixIdentifier getExp()
Copyright © 2009–2025 OrientDB. All rights reserved.