public class OTraverseProjectionItem extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected OBaseIdentifier |
base |
protected OModifier |
modifier |
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OTraverseProjectionItem(int id) |
OTraverseProjectionItem(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
OTraverseProjectionItem |
copy() |
boolean |
equals(Object o) |
Object |
execute(OResult iCurrentRecord,
OCommandContext ctx) |
int |
hashCode() |
boolean |
refersToParent() |
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, toString
protected OBaseIdentifier base
protected OModifier modifier
public OTraverseProjectionItem(int id)
public OTraverseProjectionItem(OrientSql p, int id)
public Object execute(OResult iCurrentRecord, OCommandContext ctx)
public boolean refersToParent()
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public OTraverseProjectionItem copy()
copy
in class SimpleNode
Copyright © 2009–2020 OrientDB. All rights reserved.