Class OperationFactoryLDC
java.lang.Object
org.benf.cfr.reader.bytecode.opcode.OperationFactoryDefault
org.benf.cfr.reader.bytecode.opcode.OperationFactoryCPEntry
org.benf.cfr.reader.bytecode.opcode.OperationFactoryLDC
- All Implemented Interfaces:
OperationFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class OperationFactoryDefault
OperationFactoryDefault.Handler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) (package private) static StackTypeMethods inherited from class OperationFactoryCPEntry
createOperationMethods inherited from class OperationFactoryDefault
checkCat, getCat, getStackTypes
-
Constructor Details
-
OperationFactoryLDC
public OperationFactoryLDC()
-
-
Method Details
-
getStackDelta
public StackDelta getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) - Specified by:
getStackDeltain interfaceOperationFactory- Overrides:
getStackDeltain classOperationFactoryDefault
-
getStackType
-