cpg-core
6.1.0
cpg-core
/
de.fraunhofer.aisec.cpg.graph.scopes
/
Breakable
Breakable
interface
Breakable
Represents scopes that can be interrupted by a
BreakStatement
.
Functions
Properties
Inheritors
Functions
add
Break
Statement
Link copied to clipboard
abstract
fun
addBreakStatement
(
breakStatement
:
BreakStatement
)
Properties
break
Statements
Link copied to clipboard
abstract
val
breakStatements
:
List
<
BreakStatement
>
Inheritors
BlockScope
Link copied to clipboard
LoopScope
Link copied to clipboard
SwitchScope
Link copied to clipboard
TryScope
Link copied to clipboard