
public class OMatchExpression extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected List<OMatchPathItem> |
items |
protected OMatchFilter |
origin |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OMatchExpression(int id) |
OMatchExpression(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OMatchExpression |
copy() |
boolean |
equals(Object o) |
List<OMatchPathItem> |
getItems() |
OMatchFilter |
getOrigin() |
int |
hashCode() |
void |
setItems(List<OMatchPathItem> items) |
void |
setOrigin(OMatchFilter origin) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected OMatchFilter origin
protected List<OMatchPathItem> items
public OMatchExpression(int id)
public OMatchExpression(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic OMatchExpression copy()
copy in class SimpleNodepublic OMatchFilter getOrigin()
public void setOrigin(OMatchFilter origin)
public List<OMatchPathItem> getItems()
public void setItems(List<OMatchPathItem> items)
Copyright © 2009–2025 OrientDB. All rights reserved.