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 Long
getId()
String
getName()
Collection<AqlParseEntity.AstNode>
getSubNodes()
String
getType()
Object
getValue()
-
-
-
Method Detail
-
getType
public String getType()
-
getSubNodes
public Collection<AqlParseEntity.AstNode> getSubNodes()
-
getName
public String getName()
-
getId
public Long getId()
-
getValue
public Object getValue()
-
-