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
-
... ... @@ -429,7 +429,7 @@ 429 429 ))) 430 430 |(% colspan="1" %)(% colspan="1" %) 431 431 ((( 432 -def ArrayList<Statement> getBasicBlockPredecessorRoots(Statement) 432 +def ArrayList<Statement> getBasicBlockPredecessorsRoots(Statement) 433 433 )))|(% colspan="1" %)(% colspan="1" %) 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,7 +436,7 @@ 436 436 ))) 437 437 438 438 {{code title="SCL Basic Block Extensions Code Examples" language="java"}} 439 -for (predecessor : basicBlockData.BasicBlockRootStatement.getBasicBlockPredecessorRoots) { 439 +for (predecessor : basicBlockData.BasicBlockRootStatement.getBasicBlockPredecessorsRoots) { 440 440 goLabelText = goLabelText + 'P' + predecessor.getBasicBlockIndex + "\n" 441 441 } 442 442 {{/code}}
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -71108 781 +7110880 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/71108 78/SCL Extensions1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/7110880/SCL Extensions