Uses of Class
com.strobel.assembler.metadata.MethodBody
Packages that use MethodBody
Package
Description
-
Uses of MethodBody in com.strobel.assembler.flowanalysis
Methods in com.strobel.assembler.flowanalysis with parameters of type MethodBodyModifier and TypeMethodDescriptionstatic ControlFlowGraphControlFlowGraphBuilder.build(MethodBody methodBody) -
Uses of MethodBody in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir with parameters of type MethodBodyModifier and TypeMethodDescriptionstatic List<StackMapFrame> StackMapAnalyzer.computeStackMapTable(MethodBody body) StackMappingVisitor.visitBody(MethodBody body) -
Uses of MethodBody in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return MethodBodyModifier and TypeMethodDescriptionfinal MethodBodyMethodDefinition.getBody()MethodReader.readBody()Methods in com.strobel.assembler.metadata with parameters of type MethodBodyModifier and TypeMethodDescriptionprotected final voidMethodDefinition.setBody(MethodBody body) MethodVisitor.visitBody(MethodBody body) -
Uses of MethodBody in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type MethodBodyModifier and TypeMethodDescriptionstatic intInstructionHelper.getPopDelta(Instruction instruction, MethodBody body) static intInstructionHelper.getPushDelta(Instruction instruction, MethodBody body) -
Uses of MethodBody in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast with parameters of type MethodBodyModifier and TypeMethodDescriptionAstBuilder.build(MethodBody body, boolean optimize, DecompilerContext context) static booleanAstCode.expandMacro(StrongBox<AstCode> code, StrongBox<Object> operand, MethodBody body, int offset)