<
From version < 10.1 >
edited by ssm
on 2013/05/08 11:28
To version < 11.1 >
edited by ssm
on 2013/05/08 11:35
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -434,3 +434,9 @@
434 434  (((
435 435  Returns a list of basic block root statements, that identify the predecessor basic blocks of the basic block identified by the given statement.
436 436  )))
437 +
438 +{{code title="SCL Basic Block Extensions Code Examples" language="java"}}
439 +for (predecessor : basicBlockData.BasicBlockRootStatement.getBasicBlockPredecessorRoots) {
440 + goLabelText = goLabelText + 'P' + predecessor.getBasicBlockIndex + "\n"
441 +}
442 +{{/code}}
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -7110876
1 +7110878
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/7110876/SCL Extensions
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/7110878/SCL Extensions