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