toggle menu
cpg
main
jvm
switch theme
search in API
cpg-core
/
de.fraunhofer.aisec.cpg.graph.statements
/
TryStatement
/
tryBlockEdge
try
Block
Edge
var
tryBlockEdge
:
EdgeSingletonList
<
Block
,
Block
?
,
AstEdge
<
Block
>
>
This represents a block whose statements can throw exceptions which are handled by the
catchClauses
.