Package com.c8db.entity
Class C8qlParseEntity
- java.lang.Object
-
- com.c8db.entity.C8qlParseEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classC8qlParseEntity.AstNode
-
Constructor Summary
Constructors Constructor Description C8qlParseEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<C8qlParseEntity.AstNode>getAst()Collection<String>getBindVars()Collection<String>getCollections()
-
-
-
Method Detail
-
getCollections
public Collection<String> getCollections()
-
getBindVars
public Collection<String> getBindVars()
-
getAst
public Collection<C8qlParseEntity.AstNode> getAst()
-
-