Uses of Class
com.strobel.assembler.ir.InstructionBlock
Packages that use InstructionBlock
Package
Description
-
Uses of InstructionBlock in com.strobel.assembler.flowanalysis
Methods in com.strobel.assembler.flowanalysis with parameters of type InstructionBlockModifier and TypeMethodDescriptionprivate static booleanControlFlowGraphBuilder.isNarrower(InstructionBlock block, InstructionBlock anchor) -
Uses of InstructionBlock in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as InstructionBlockModifier and TypeFieldDescriptionprivate final InstructionBlockExceptionHandler._handlerBlockprivate final InstructionBlockExceptionHandler._tryBlockMethods in com.strobel.assembler.ir that return InstructionBlockModifier and TypeMethodDescriptionfinal InstructionBlockExceptionHandler.getHandlerBlock()final InstructionBlockExceptionHandler.getTryBlock()Methods in com.strobel.assembler.ir that return types with arguments of type InstructionBlockModifier and TypeMethodDescriptionstatic final Predicate<InstructionBlock> InstructionBlock.containsBlockPredicate(InstructionBlock block) static final Predicate<InstructionBlock> InstructionBlock.containsInstructionPredicate(Instruction instruction) Methods in com.strobel.assembler.ir with parameters of type InstructionBlockModifier and TypeMethodDescriptionfinal booleanInstructionBlock.contains(InstructionBlock block) static final Predicate<InstructionBlock> InstructionBlock.containsBlockPredicate(InstructionBlock block) static ExceptionHandlerExceptionHandler.createCatch(InstructionBlock tryBlock, InstructionBlock handlerBlock, TypeReference catchType) static ExceptionHandlerExceptionHandler.createFinally(InstructionBlock tryBlock, InstructionBlock handlerBlock) final booleanInstructionBlock.intersects(InstructionBlock block) Constructors in com.strobel.assembler.ir with parameters of type InstructionBlockModifierConstructorDescriptionprivateExceptionHandler(InstructionBlock tryBlock, InstructionBlock handlerBlock, ExceptionHandlerType handlerType, TypeReference catchType) -
Uses of InstructionBlock in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast with parameters of type InstructionBlockModifier and TypeMethodDescriptionprivate static ExceptionHandlerAstBuilder.findFirstHandler(InstructionBlock tryBlock, Collection<ExceptionHandler> handlers) private static List<ExceptionHandler> AstBuilder.findHandlers(InstructionBlock tryBlock, Collection<ExceptionHandler> handlers)