Class Filter.Query

  • Enclosing class:
    Filter

    class Filter.Query
    extends java.lang.Object
    • Constructor Detail

      • Query

        Query()
    • Method Detail

      • doQuery

        private Filter.Node doQuery()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • doAnd

        private Filter.Node doAnd()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • skip

        java.lang.String skip​(int skip)
      • doOr

        private Filter.Node doOr()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • doNot

        private Filter.Node doNot()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • doSimple

        Filter.Node doSimple()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • prefix

        boolean prefix​(java.lang.String pre)
      • getKey

        java.lang.String getKey()
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getValue

        private java.lang.String getValue()