Package org.eolang.jeo
Class VerifiedBytecode
- java.lang.Object
-
- org.eolang.jeo.VerifiedBytecode
-
public final class VerifiedBytecode extends Object
Verified bytecode.- Since:
- 0.15.0
-
-
Constructor Summary
Constructors Constructor Description VerifiedBytecode(byte[] code)
Constructor.
-
-
-
Method Detail
-
verify
public void verify()
Verifies the bytecode.- Throws:
IllegalStateException
- If the bytecode is invalid.
-
-