Package com.arcadedb.query.sql.parser
Class TraverseProjectionItem
- java.lang.Object
-
- com.arcadedb.query.sql.parser.SimpleNode
-
- com.arcadedb.query.sql.parser.TraverseProjectionItem
-
- All Implemented Interfaces:
Node
public class TraverseProjectionItem extends SimpleNode
-
-
Field Summary
Fields Modifier and Type Field Description protected BaseIdentifier
base
protected Modifier
modifier
-
Fields inherited from class com.arcadedb.query.sql.parser.SimpleNode
cachedStringForm, children, value
-
-
Constructor Summary
Constructors Constructor Description TraverseProjectionItem(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TraverseProjectionItem
copy()
boolean
equals(Object o)
Object
execute(Result iCurrentRecord, CommandContext context)
int
hashCode()
void
toString(Map<String,Object> params, StringBuilder builder)
-
Methods inherited from class com.arcadedb.query.sql.parser.SimpleNode
getCacheableElements, getIdentityElements, getValue, isCacheable, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, refersToParent, toString, toString
-
-
-
-
Field Detail
-
base
protected BaseIdentifier base
-
modifier
protected Modifier modifier
-
-
Method Detail
-
execute
public Object execute(Result iCurrentRecord, CommandContext context)
-
toString
public void toString(Map<String,Object> params, StringBuilder builder)
- Overrides:
toString
in classSimpleNode
-
copy
public TraverseProjectionItem copy()
- Overrides:
copy
in classSimpleNode
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classSimpleNode
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSimpleNode
-
-