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