Changes for page SCL Extensions
Last modified by Richard Kreissig on 2023/09/14 11:13
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
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 -711087 61 +7110878 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/711087 6/SCL Extensions1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/7110878/SCL Extensions