Package jadx.core.dex.trycatch
Class TryEdge
java.lang.Object
jadx.core.dex.trycatch.TryEdge
Represents an edge between two blocks representing an exit out of a try body.
The source block will be within the try body.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Optional<ExceptionHandler> private final BlockNodeprivate final BlockNodeprivate final TryEdgeType -
Constructor Summary
ConstructorsConstructorDescriptionTryEdge(BlockNode source, BlockNode target, @NotNull ExceptionHandler handler) TryEdge(BlockNode source, BlockNode target, TryEdgeType type) TryEdge(BlockNode source, BlockNode target, TryEdgeType type, Optional<ExceptionHandler> handler) -
Method Summary
-
Field Details
-
source
-
target
-
handler
-
type
-
-
Constructor Details
-
TryEdge
-
TryEdge
-
TryEdge
public TryEdge(BlockNode source, BlockNode target, TryEdgeType type, Optional<ExceptionHandler> handler)
-
-
Method Details