Package com.arangodb.entity
Class AqlParseEntity
- java.lang.Object
-
- com.arangodb.entity.AqlParseEntity
-
public final class AqlParseEntity extends Object
- Author:
- Mark Vollmary
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AqlParseEntity.AstNode
-
Constructor Summary
Constructors Constructor Description AqlParseEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<AqlParseEntity.AstNode>
getAst()
Collection<String>
getBindVars()
Collection<String>
getCollections()
-
-
-
Method Detail
-
getCollections
public Collection<String> getCollections()
-
getBindVars
public Collection<String> getBindVars()
-
getAst
public Collection<AqlParseEntity.AstNode> getAst()
-
-