Class ExceptClassConstantFilter

    • Constructor Detail

      • ExceptClassConstantFilter

        public ExceptClassConstantFilter​(java.lang.String exceptClassName,
                                         ConstantVisitor constantVisitor)
        Creates a new ExceptClassConstantFilter.
        Parameters:
        exceptClassName - the name of the class that will not be visited.
        constantVisitor - the ConstantVisitor to which visits will be delegated.