public class ByteCodeWriter
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
writeByteCode(java.util.List instructions)
Converts a list of instructions to code.
|
public static byte[] writeByteCode(java.util.List instructions) throws java.io.IOException
instructions
- the java.util.List with the instructionsjava.io.IOException
- if an exception occurs with the code