Interface AsmClassReader.Factory

    • Method Detail

      • make

        AsmClassReader make​(byte[] binaryRepresentation)
        Creates a class reader for a given class file.
        Parameters:
        binaryRepresentation - The class file's binary representation.
        Returns:
        A class reader representation for the supplied class file.
      • make

        AsmClassReader make​(byte[] binaryRepresentation,
                            boolean experimental)
        Creates a class reader for a given class file.
        Parameters:
        binaryRepresentation - The class file's binary representation.
        experimental - true if unknown Java class files versions should also be considered.
        Returns:
        A class reader representation for the supplied class file.