Uses of Interface
org.benf.cfr.reader.bytecode.analysis.stack.StackDelta
-
Packages that use StackDelta Package Description org.benf.cfr.reader.bytecode.analysis.stack org.benf.cfr.reader.bytecode.opcode org.benf.cfr.reader.entities.constantpool -
-
Uses of StackDelta in org.benf.cfr.reader.bytecode.analysis.stack
Classes in org.benf.cfr.reader.bytecode.analysis.stack that implement StackDelta Modifier and Type Class Description class
StackDeltaImpl
Methods in org.benf.cfr.reader.bytecode.analysis.stack with parameters of type StackDelta Modifier and Type Method Description StackSim
StackSim. getChange(StackDelta delta, java.util.List<StackEntryHolder> consumed, java.util.List<StackEntryHolder> produced, Op02WithProcessedDataAndRefs instruction)
-
Uses of StackDelta in org.benf.cfr.reader.bytecode.opcode
Methods in org.benf.cfr.reader.bytecode.opcode that return StackDelta Modifier and Type Method Description StackDelta
JVMInstr. getStackDelta(byte[] data, ConstantPoolEntry[] constantPoolEntries, StackSim stackSim, Method method)
StackDelta
OperationFactory. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDefault. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDup. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDup2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDup2X1. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDup2X2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDupX1. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDupX2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryFakeCatch. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryGetField. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryGetStatic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryInvoke. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryInvokeDynamic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryInvokeInterface. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryLDC. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryLDCW. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryMultiANewArray. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryPop. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryPop2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryPutField. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryPutStatic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactorySwap. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
-
Uses of StackDelta in org.benf.cfr.reader.entities.constantpool
Fields in org.benf.cfr.reader.entities.constantpool declared as StackDelta Modifier and Type Field Description private StackDelta[]
ConstantPoolEntryNameAndType. stackDelta
Methods in org.benf.cfr.reader.entities.constantpool that return StackDelta Modifier and Type Method Description StackDelta
ConstantPoolEntryNameAndType. getStackDelta(boolean member)
(package private) static StackDelta
ConstantPoolUtils. parseMethodPrototype(boolean member, ConstantPoolEntryUTF8 prototype, ConstantPool cp)
-