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
Fields in com.strobel.assembler.ir declared as MethodBodyModifier and TypeFieldDescriptionprivate final MethodBodyStackMappingVisitor.InstructionAnalyzer._bodyMethods 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 MethodBodyModifierConstructorDescriptionprivateprivateInstructionAnalyzer(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 MethodBodyMethodDefinition.getBody()MethodReader.readBody()private MethodBodyMethodReader.readBodyCore()private MethodBodyMethodDefinition.tryLoadBody()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
Fields in com.strobel.decompiler.ast declared as MethodBodyModifier and TypeFieldDescriptionprivate MethodBodyAstBuilder._bodyprivate final MethodBodyAstBuilder.FinallyInlining._bodyMethods 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) (package private) static voidAstBuilder.FinallyInlining.run(MethodBody body, InstructionCollection instructions, List<ExceptionHandler> handlers, Set<Instruction> removedInstructions) Constructors in com.strobel.decompiler.ast with parameters of type MethodBodyModifierConstructorDescriptionprivateFinallyInlining(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 MethodBodyBytecodeLanguage.InstructionPrinter._body