|
ej-technologies | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gjt.jclasslib.io.ByteCodeWriter
public class ByteCodeWriter
Converts a list of instructions as defined in the package org.gjt.jclasslib.code to code.
| Method Summary | |
|---|---|
static byte[] |
writeByteCode(java.util.List instructions)
Converts a list of instructions to code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static byte[] writeByteCode(java.util.List instructions)
throws java.io.IOException
instructions - the java.util.List with the instructions
java.io.IOException - if an exception occurs with the code
|
ej-technologies | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||