|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.instruction.InstructionFactory
public class InstructionFactory
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 |
|---|
public InstructionFactory()
| Method Detail |
|---|
public static Instruction create(byte[] code,
int offset)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||