Class VerifiedBytecode

java.lang.Object
org.eolang.jeo.VerifiedBytecode

public final class VerifiedBytecode extends Object
Verified bytecode.
Since:
0.15.0
  • 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.