Class TypeFilter<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class<T> clazz  
      private boolean positive  
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeFilter​(java.lang.Class<T> clazz)  
      TypeFilter​(java.lang.Class<T> clazz, boolean positive)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(Op03SimpleStatement in)  
      • Methods inherited from class java.lang.Object

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

      • clazz

        private final java.lang.Class<T> clazz
      • positive

        private final boolean positive
    • Constructor Detail

      • TypeFilter

        public TypeFilter​(java.lang.Class<T> clazz)
      • TypeFilter

        public TypeFilter​(java.lang.Class<T> clazz,
                          boolean positive)