Package com.arangodb.entity
Class AqlParseEntity.AstNode
- java.lang.Object
-
- com.arangodb.entity.AqlParseEntity.AstNode
-
- Enclosing class:
- AqlParseEntity
public static final class AqlParseEntity.AstNode extends Object
-
-
Constructor Summary
Constructors Constructor Description AstNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()StringgetName()Collection<AqlParseEntity.AstNode>getSubNodes()StringgetType()ObjectgetValue()
-
-
-
Method Detail
-
getType
public String getType()
-
getSubNodes
public Collection<AqlParseEntity.AstNode> getSubNodes()
-
getName
public String getName()
-
getId
public Long getId()
-
getValue
public Object getValue()
-
-