Class Filter.Simple

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String key  
      (package private) int op  
      (package private) java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Simple​(java.lang.String key, int op, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(Filter.Arguments arguments)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        final java.lang.String key
      • op

        final int op
      • value

        final java.lang.String value
    • Constructor Detail

      • Simple

        public Simple​(java.lang.String key,
                      int op,
                      java.lang.String value)
    • Method Detail

      • match

        public boolean match​(Filter.Arguments arguments)
                      throws java.lang.Exception
        Specified by:
        match in class Filter.Node
        Throws:
        java.lang.Exception