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
-
Nested Class Summary
Nested classes/interfaces inherited from class OperationFactoryDefault
OperationFactoryDefault.Handler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) Methods inherited from class OperationFactoryCPEntryW
createOperationMethods inherited from class OperationFactoryDefault
checkCat, getCat, getStackTypes
-
Constructor Details
-
OperationFactoryLDCW
public OperationFactoryLDCW()
-
-
Method Details
-
getStackDelta
public StackDelta getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) - Specified by:
getStackDeltain interfaceOperationFactory- Overrides:
getStackDeltain classOperationFactoryDefault
-
getRequiredComputationCategory
protected int getRequiredComputationCategory()
-