public class OperationFactoryDefault extends Object implements OperationFactory
Modifier and Type | Class and Description |
---|---|
static class |
OperationFactoryDefault.Handler |
Constructor and Description |
---|
OperationFactoryDefault() |
Modifier and Type | Method and Description |
---|---|
Op01WithProcessedDataAndByteJumps |
createOperation(JVMInstr instr,
ByteData bd,
ConstantPool cp,
int offset) |
StackDelta |
getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
public StackDelta getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
getStackDelta
in interface OperationFactory
public Op01WithProcessedDataAndByteJumps createOperation(JVMInstr instr, ByteData bd, ConstantPool cp, int offset)
createOperation
in interface OperationFactory
Copyright © 2011-2021. All Rights Reserved.