Class OperationFactoryLDCW
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.opcode.OperationFactoryDefault
-
- org.benf.cfr.reader.bytecode.opcode.OperationFactoryCPEntryW
-
- org.benf.cfr.reader.bytecode.opcode.OperationFactoryLDCW
-
- All Implemented Interfaces:
OperationFactory
- Direct Known Subclasses:
OperationFactoryLDC2W
public class OperationFactoryLDCW extends OperationFactoryCPEntryW
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.benf.cfr.reader.bytecode.opcode.OperationFactoryDefault
OperationFactoryDefault.Handler
-
-
Constructor Summary
Constructors Constructor Description OperationFactoryLDCW()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getRequiredComputationCategory()
StackDelta
getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
-
Methods inherited from class org.benf.cfr.reader.bytecode.opcode.OperationFactoryCPEntryW
createOperation
-
Methods inherited from class org.benf.cfr.reader.bytecode.opcode.OperationFactoryDefault
checkCat, getCat, getStackTypes
-
-
-
-
Method Detail
-
getStackDelta
public StackDelta getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
- Specified by:
getStackDelta
in interfaceOperationFactory
- Overrides:
getStackDelta
in classOperationFactoryDefault
-
getRequiredComputationCategory
protected int getRequiredComputationCategory()
-
-