ProGuard

proguard.classfile.instruction
Class InstructionFactory

java.lang.Object
  extended byproguard.classfile.instruction.InstructionFactory

public class InstructionFactory
extends Object

This class provides methods to create and reuse Instruction objects.


Constructor Summary
InstructionFactory()
           
 
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
 

Constructor Detail

InstructionFactory

public InstructionFactory()
Method Detail

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.


ProGuard