Uses of Class
com.strobel.assembler.metadata.MethodBody
-
-
Uses of MethodBody in com.strobel.assembler.flowanalysis
Methods in com.strobel.assembler.flowanalysis with parameters of type MethodBody Modifier and Type Method Description static ControlFlowGraphControlFlowGraphBuilder. build(MethodBody methodBody) -
Uses of MethodBody in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as MethodBody Modifier and Type Field Description private MethodBodyStackMappingVisitor.InstructionAnalyzer. _bodyMethods in com.strobel.assembler.ir with parameters of type MethodBody Modifier and Type Method Description static java.util.List<StackMapFrame>StackMapAnalyzer. computeStackMapTable(MethodBody body)InstructionVisitorStackMappingVisitor. visitBody(MethodBody body)Constructors in com.strobel.assembler.ir with parameters of type MethodBody Constructor Description InstructionAnalyzer(MethodBody body)InstructionAnalyzer(MethodBody body, InstructionVisitor innerVisitor) -
Uses of MethodBody in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as MethodBody Modifier and Type Field Description private MethodBodyMethodReader. _methodBodyFields in com.strobel.assembler.metadata with type parameters of type MethodBody Modifier and Type Field Description private java.lang.ref.SoftReference<MethodBody>MethodDefinition. _bodyMethods in com.strobel.assembler.metadata that return MethodBody Modifier and Type Method Description MethodBodyMethodDefinition. getBody()MethodBodyMethodReader. readBody()private MethodBodyMethodReader. readBodyCore()private MethodBodyMethodDefinition. tryLoadBody()Methods in com.strobel.assembler.metadata with parameters of type MethodBody Modifier and Type Method Description protected voidMethodDefinition. setBody(MethodBody body)InstructionVisitorMethodVisitor. visitBody(MethodBody body) -
Uses of MethodBody in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type MethodBody Modifier and Type Method Description static 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 MethodBody Modifier and Type Field Description private MethodBodyAstBuilder. _bodyprivate MethodBodyAstBuilder.FinallyInlining. _bodyMethods in com.strobel.decompiler.ast with parameters of type MethodBody Modifier and Type Method Description static java.util.List<Node>AstBuilder. build(MethodBody body, boolean optimize, DecompilerContext context)static booleanAstCode. expandMacro(StrongBox<AstCode> code, StrongBox<java.lang.Object> operand, MethodBody body, int offset)(package private) static voidAstBuilder.FinallyInlining. run(MethodBody body, InstructionCollection instructions, java.util.List<ExceptionHandler> handlers, java.util.Set<Instruction> removedInstructions)Constructors in com.strobel.decompiler.ast with parameters of type MethodBody Constructor Description FinallyInlining(MethodBody body, InstructionCollection instructions, java.util.List<ExceptionHandler> handlers, java.util.Set<Instruction> removedInstructions) -
Uses of MethodBody in com.strobel.decompiler.languages
Fields in com.strobel.decompiler.languages declared as MethodBody Modifier and Type Field Description private MethodBodyBytecodeLanguage.InstructionPrinter. _body
-