Class IdentifiedBytecode


  • public class IdentifiedBytecode
    extends IdentifiedFile
    Compiled bytecode of a class with its fully qualified name.
    • Constructor Detail

      • IdentifiedBytecode

        public IdentifiedBytecode​(ClassIdentifier classIdentifier,
                                  byte[] file)
        Parameters:
        classIdentifier - Fully qualified name of class.
        file - The bytecode content of the file.