This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
padl_analyses [2014/02/16 07:56] yann |
padl_analyses [2025/01/15 21:40] (current) |
||
---|---|---|---|
Line 8: | Line 8: | ||
Another class of analyses pertain to statements and implement the ''padl.statement.analysis.IAnalysis'' interface. Among the most popular such analyses are: | Another class of analyses pertain to statements and implement the ''padl.statement.analysis.IAnalysis'' interface. Among the most popular such analyses are: | ||
- | * ''padl.statement.creator.classfiles.LOCModelAnnotator'' that adds extra information in the methods in the model regarding their lines of code; | + | * ''padl.statement.creator.classfiles.LOCModelAnnotator'' that adds extra information in the methods in a PADL model regarding their lines of code; |
- | * ''padl.statement.creator.classfiles.ConditionalModelAnnotator'' thats add new constituents in the methods of the model to describe conditional statements. | + | * ''padl.statement.creator.classfiles.ConditionalModelAnnotator'' thats add new constituents in the methods of a PADL model to describe conditional statements. |