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 boolean
ControlFlowGraphBuilder.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 InstructionBlock
ExceptionHandler._handlerBlock
private final InstructionBlock
ExceptionHandler._tryBlock
Methods in com.strobel.assembler.ir that return InstructionBlockModifier and TypeMethodDescriptionfinal InstructionBlock
ExceptionHandler.getHandlerBlock()
final InstructionBlock
ExceptionHandler.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 boolean
InstructionBlock.contains
(InstructionBlock block) static final Predicate
<InstructionBlock> InstructionBlock.containsBlockPredicate
(InstructionBlock block) static ExceptionHandler
ExceptionHandler.createCatch
(InstructionBlock tryBlock, InstructionBlock handlerBlock, TypeReference catchType) static ExceptionHandler
ExceptionHandler.createFinally
(InstructionBlock tryBlock, InstructionBlock handlerBlock) final boolean
InstructionBlock.intersects
(InstructionBlock block) Constructors in com.strobel.assembler.ir with parameters of type InstructionBlockModifierConstructorDescriptionprivate
ExceptionHandler
(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 ExceptionHandler
AstBuilder.findFirstHandler
(InstructionBlock tryBlock, Collection<ExceptionHandler> handlers) private static List
<ExceptionHandler> AstBuilder.findHandlers
(InstructionBlock tryBlock, Collection<ExceptionHandler> handlers)