Class ExactTypeFilter<T>

    • Field Summary

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

      Constructors 
      Constructor Description
      ExactTypeFilter​(java.lang.Class<T> clazz)  
    • 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
    • Constructor Detail

      • ExactTypeFilter

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