cpg-core
6.1.0
cpg-core
/
de.fraunhofer.aisec.cpg.graph.scopes
/
Continuable
Continuable
interface
Continuable
Represents scopes that can be interrupted by a
ContinueStatement
.
Functions
Properties
Inheritors
Functions
add
Continue
Statement
Link copied to clipboard
abstract
fun
addContinueStatement
(
continueStatement
:
ContinueStatement
)
Properties
continue
Statements
Link copied to clipboard
abstract
val
continueStatements
:
List
<
ContinueStatement
>
Inheritors
LoopScope
Link copied to clipboard