Uses of Class
org.benf.cfr.reader.bytecode.analysis.stack.StackSim
Packages that use StackSim
Package
Description
-
Uses of StackSim in org.benf.cfr.reader.bytecode.analysis.opgraph
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph declared as StackSimModifier and TypeFieldDescriptionprivate StackSimOp02WithProcessedDataAndRefs.unconsumedJoinedStackMethods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type StackSimModifier and TypeMethodDescriptionprivate voidOp02WithProcessedDataAndRefs.populateStackInfo(StackSim stackSim, Method method, Set<DecompilerComment> comments, LinkedList<Pair<StackSim, Op02WithProcessedDataAndRefs>> next) Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type StackSimModifier and TypeMethodDescriptionprivate voidOp02WithProcessedDataAndRefs.populateStackInfo(StackSim stackSim, Method method, Set<DecompilerComment> comments, LinkedList<Pair<StackSim, Op02WithProcessedDataAndRefs>> next) -
Uses of StackSim in org.benf.cfr.reader.bytecode.analysis.stack
Fields in org.benf.cfr.reader.bytecode.analysis.stack declared as StackSimMethods in org.benf.cfr.reader.bytecode.analysis.stack that return StackSimModifier and TypeMethodDescriptionStackSim.getChange(StackDelta delta, List<StackEntryHolder> consumed, List<StackEntryHolder> produced, Op02WithProcessedDataAndRefs instruction) private StackSimStackSim.getParent()Constructors in org.benf.cfr.reader.bytecode.analysis.stack with parameters of type StackSim -
Uses of StackSim in org.benf.cfr.reader.bytecode.opcode
Methods in org.benf.cfr.reader.bytecode.opcode with parameters of type StackSimModifier and TypeMethodDescription(package private) static void(package private) static intJVMInstr.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) (package private) static StackTypesOperationFactoryDefault.getStackTypes(StackSim stackSim, Integer... indexes)