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 ControlFlowGraph
ControlFlowGraphBuilder.build
(MethodBody methodBody) -
Uses of MethodBody in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as MethodBodyModifier and TypeFieldDescriptionprivate final MethodBody
StackMappingVisitor.InstructionAnalyzer._body
Methods in com.strobel.assembler.ir with parameters of type MethodBodyModifier and TypeMethodDescriptionstatic List
<StackMapFrame> StackMapAnalyzer.computeStackMapTable
(MethodBody body) StackMappingVisitor.visitBody
(MethodBody body) Constructors in com.strobel.assembler.ir with parameters of type MethodBodyModifierConstructorDescriptionprivate
private
InstructionAnalyzer
(MethodBody body, InstructionVisitor innerVisitor) -
Uses of MethodBody in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as MethodBodyFields in com.strobel.assembler.metadata with type parameters of type MethodBodyMethods in com.strobel.assembler.metadata that return MethodBodyModifier and TypeMethodDescriptionfinal MethodBody
MethodDefinition.getBody()
MethodReader.readBody()
private MethodBody
MethodReader.readBodyCore()
private MethodBody
MethodDefinition.tryLoadBody()
Methods in com.strobel.assembler.metadata with parameters of type MethodBodyModifier and TypeMethodDescriptionprotected final void
MethodDefinition.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 int
InstructionHelper.getPopDelta
(Instruction instruction, MethodBody body) static int
InstructionHelper.getPushDelta
(Instruction instruction, MethodBody body) -
Uses of MethodBody in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as MethodBodyModifier and TypeFieldDescriptionprivate MethodBody
AstBuilder._body
private final MethodBody
AstBuilder.FinallyInlining._body
Methods in com.strobel.decompiler.ast with parameters of type MethodBodyModifier and TypeMethodDescriptionAstBuilder.build
(MethodBody body, boolean optimize, DecompilerContext context) static boolean
AstCode.expandMacro
(StrongBox<AstCode> code, StrongBox<Object> operand, MethodBody body, int offset) (package private) static void
AstBuilder.FinallyInlining.run
(MethodBody body, InstructionCollection instructions, List<ExceptionHandler> handlers, Set<Instruction> removedInstructions) Constructors in com.strobel.decompiler.ast with parameters of type MethodBodyModifierConstructorDescriptionprivate
FinallyInlining
(MethodBody body, InstructionCollection instructions, List<ExceptionHandler> handlers, Set<Instruction> removedInstructions) -
Uses of MethodBody in com.strobel.decompiler.languages
Fields in com.strobel.decompiler.languages declared as MethodBodyModifier and TypeFieldDescriptionprivate final MethodBody
BytecodeLanguage.InstructionPrinter._body