Class IdentifiedBytecode
java.lang.Object
io.github.mkoncek.classpathless.api.IdentifiedFile
io.github.mkoncek.classpathless.api.IdentifiedBytecode
Compiled bytecode of a class with its fully qualified name.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.mkoncek.classpathless.api.IdentifiedFile
equals, getClassIdentifier, getFile, hashCode, toString
-
Constructor Details
-
IdentifiedBytecode
- Parameters:
classIdentifier
- Fully qualified name of class.file
- The bytecode content of the file.
-