Interface AsmClassWriter

    • Method Detail

      • getVisitor

        org.objectweb.asm.ClassVisitor getVisitor()
        Returns the ClassVisitor to use for writing the class file.
        Returns:
        An appropriate class visitor.
      • getBinaryRepresentation

        byte[] getBinaryRepresentation()
        Returns the binary representation of the created class file.
        Returns:
        The binary representation of the created class file.