Uses of Class
com.strobel.assembler.ir.InstructionBlock
Packages that use InstructionBlock
-
Uses of InstructionBlock in com.strobel.assembler.ir
Methods 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)