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 classStackDeltaImplMethods in org.benf.cfr.reader.bytecode.analysis.stack with parameters of type StackDelta Modifier and Type Method Description StackSimStackSim. 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 StackDeltaJVMInstr. getStackDelta(byte[] data, ConstantPoolEntry[] constantPoolEntries, StackSim stackSim, Method method)StackDeltaOperationFactory. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDefault. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDup. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDup2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDup2X1. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDup2X2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDupX1. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDupX2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryFakeCatch. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryGetField. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryGetStatic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryInvoke. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryInvokeDynamic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryInvokeInterface. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryLDC. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryLDCW. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryMultiANewArray. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryPop. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryPop2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryPutField. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryPutStatic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactorySwap. 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. stackDeltaMethods in org.benf.cfr.reader.entities.constantpool that return StackDelta Modifier and Type Method Description StackDeltaConstantPoolEntryNameAndType. getStackDelta(boolean member)(package private) static StackDeltaConstantPoolUtils. parseMethodPrototype(boolean member, ConstantPoolEntryUTF8 prototype, ConstantPool cp)
-