public static class AqlParseEntity.AstNode extends Object
Constructor and Description |
---|
AstNode() |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getName() |
Collection<AqlParseEntity.AstNode> |
getSubNodes() |
String |
getType() |
Object |
getValue() |
public String getType()
public Collection<AqlParseEntity.AstNode> getSubNodes()
public String getName()
public Long getId()
public Object getValue()
Copyright © 2016 ArangoDB GmbH. All rights reserved.