Interface TypeInitializer.Drain

    • Method Detail

      • apply

        void apply​(org.objectweb.asm.ClassVisitor classVisitor,
                   TypeInitializer typeInitializer,
                   Implementation.Context implementationContext)
        Applies the drain.
        Parameters:
        classVisitor - The class visitor to apply the initializer to.
        typeInitializer - The type initializer to write.
        implementationContext - The corresponding implementation context.