proguard.classfile.instruction
Class InstructionFactory
java.lang.Object
proguard.classfile.instruction.InstructionFactory
- public class InstructionFactory
- extends Object
This class provides methods to create and reuse Instruction objects.
|
Method Summary |
static Instruction |
create(byte[] code,
int offset)
Creates a new Instruction from the data in the byte array, starting
at the given index. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstructionFactory
public InstructionFactory()
create
public static Instruction create(byte[] code,
int offset)
- Creates a new Instruction from the data in the byte array, starting
at the given index.