Uses of Interface
org.benf.cfr.reader.bytecode.analysis.stack.StackDelta
Packages that use StackDelta
Package
Description
-
Uses of StackDelta in org.benf.cfr.reader.bytecode.analysis.stack
Classes in org.benf.cfr.reader.bytecode.analysis.stack that implement StackDeltaMethods in org.benf.cfr.reader.bytecode.analysis.stack with parameters of type StackDeltaModifier and TypeMethodDescriptionStackSim.getChange
(StackDelta delta, List<StackEntryHolder> consumed, 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 StackDeltaModifier and TypeMethodDescriptionJVMInstr.getStackDelta
(byte[] data, ConstantPoolEntry[] constantPoolEntries, StackSim stackSim, Method method) OperationFactory.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDefault.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDup.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDup2.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDup2X1.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDup2X2.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDupX1.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDupX2.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryFakeCatch.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryGetField.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryGetStatic.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryInvoke.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryInvokeDynamic.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryInvokeInterface.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryLDC.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryLDCW.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryMultiANewArray.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryPop.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryPop2.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryPutField.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryPutStatic.getStackDelta
(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) 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 StackDeltaMethods in org.benf.cfr.reader.entities.constantpool that return StackDeltaModifier and TypeMethodDescriptionConstantPoolEntryNameAndType.getStackDelta
(boolean member) (package private) static StackDelta
ConstantPoolUtils.parseMethodPrototype
(boolean member, ConstantPoolEntryUTF8 prototype, ConstantPool cp)