-
- All Implemented Interfaces:
public class ByteCodeWriterConverts a list of instructions as defined in the package org.gjt.jclasslib.code to code.
-
-
Field Summary
Fields Modifier and Type Field Description public final static ByteCodeWriterINSTANCE
-
Method Summary
Modifier and Type Method Description final static ByteArraywriteByteCode(List<Instruction> instructions)Converts a list of instructions to code. -
-
Method Detail
-
writeByteCode
final static ByteArray writeByteCode(List<Instruction> instructions)
Converts a list of instructions to code.
- Parameters:
instructions- the list of instructions
-
-
-
-