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