Class QueryImpl

  • All Implemented Interfaces:
    Query

    public class QueryImpl
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static Query EMPTY  
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryImpl​(org.antlr.runtime.tree.CommonTree tree)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.antlr.runtime.tree.CommonTree getTree()
      Returns the list of operations
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object