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
public class OperationFactoryLDC extends OperationFactoryCPEntry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.benf.cfr.reader.bytecode.opcode.OperationFactoryDefault
OperationFactoryDefault.Handler
-
-
Constructor Summary
Constructors Constructor Description OperationFactoryLDC()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StackDelta
getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
(package private) static StackType
getStackType(ConstantPoolEntry cpe)
-
Methods inherited from class org.benf.cfr.reader.bytecode.opcode.OperationFactoryCPEntry
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
-
getStackType
static StackType getStackType(ConstantPoolEntry cpe)
-
-