Interface Query
-
- All Known Implementing Classes:
QueryImpl
public interface Query
Represents a Query defined by a WHERE clause, passed in as a parameter in a GET call to the Rest api.- Author:
- Gethin James
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.antlr.runtime.tree.CommonTree
getTree()
Returns the list of operations
-