Uses of Class
org.benf.cfr.reader.bytecode.analysis.stack.StackSim
-
Packages that use StackSim Package Description org.benf.cfr.reader.bytecode.analysis.opgraph org.benf.cfr.reader.bytecode.analysis.stack org.benf.cfr.reader.bytecode.opcode -
-
Uses of StackSim in org.benf.cfr.reader.bytecode.analysis.opgraph
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph declared as StackSim Modifier and Type Field Description private StackSimOp02WithProcessedDataAndRefs. unconsumedJoinedStackMethods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type StackSim Modifier and Type Method Description private voidOp02WithProcessedDataAndRefs. populateStackInfo(StackSim stackSim, Method method, java.util.Set<DecompilerComment> comments, java.util.LinkedList<Pair<StackSim,Op02WithProcessedDataAndRefs>> next)Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type StackSim Modifier and Type Method Description private voidOp02WithProcessedDataAndRefs. populateStackInfo(StackSim stackSim, Method method, java.util.Set<DecompilerComment> comments, java.util.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 StackSim Modifier and Type Field Description private StackSimStackSim. parentMethods in org.benf.cfr.reader.bytecode.analysis.stack that return StackSim Modifier and Type Method Description StackSimStackSim. getChange(StackDelta delta, java.util.List<StackEntryHolder> consumed, java.util.List<StackEntryHolder> produced, Op02WithProcessedDataAndRefs instruction)private StackSimStackSim. getParent()Constructors in org.benf.cfr.reader.bytecode.analysis.stack with parameters of type StackSim Constructor Description StackSim(StackSim parent, StackType stackType) -
Uses of StackSim in org.benf.cfr.reader.bytecode.opcode
Methods in org.benf.cfr.reader.bytecode.opcode with parameters of type StackSim Modifier and Type Method Description (package private) static voidOperationFactoryDefault. checkCat(StackSim stackSim, int index, int category)(package private) static intOperationFactoryDefault. getCat(StackSim stackSim, int index)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)(package private) static StackTypesOperationFactoryDefault. getStackTypes(StackSim stackSim, java.lang.Integer... indexes)
-