Class QueryImpl

  • All Implemented Interfaces:
    Query

    public class QueryImpl
    extends Object
    implements 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
    • Field Detail

      • EMPTY

        public static final Query EMPTY
    • Constructor Detail

      • QueryImpl

        public QueryImpl​(org.antlr.runtime.tree.CommonTree tree)
    • Method Detail

      • getTree

        public org.antlr.runtime.tree.CommonTree getTree()
        Description copied from interface: Query
        Returns the list of operations
        Specified by:
        getTree in interface Query