Uses of Class
com.strobel.assembler.ir.StackMappingVisitor
-
Packages that use StackMappingVisitor Package Description com.strobel.assembler.ir com.strobel.decompiler.ast -
-
Uses of StackMappingVisitor in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir with parameters of type StackMappingVisitor Modifier and Type Method Description private static boolean
StackMapAnalyzer. pruneLocals(StackMappingVisitor stackMappingVisitor, Instruction target, VariableDefinitionCollection variables)
-
Uses of StackMappingVisitor in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast with parameters of type StackMappingVisitor Modifier and Type Method Description private static AstBuilder.StackSlot[]
AstBuilder. createModifiedStack(AstBuilder.ByteCode byteCode, StackMappingVisitor stackMapper)
-