
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| ForStmt | clone () throws CloneNotSupportedException |
| internal | |
| ForStmt | copy () |
| internal | |
| ForStmt | fullCopy () |
| low-level | |
| ForStmt () | |
| method Modelica.ast:1 | |
| ForStmt (Comment p0, List< ForIndex > p1, List< Statement > p2) | |
| method Modelica.ast:9 | |
| boolean | mayHaveRewrite () |
| internal method Modelica.ast:23 | |
| void | setComment (Comment node) |
| Setter for Comment high-level method Modelica.ast:5. | |
| Comment | getComment () |
| Getter for Comment high-level method Modelica.ast:12. | |
| Comment | getCommentNoTransform () |
| low-level method Modelica.ast:18 | |
| void | setForIndexList (List< ForIndex > list) |
| Setter for ForIndexList high-level method Modelica.ast:5. | |
| int | getNumForIndex () |
| ForIndex | getForIndex (int i) |
| Getter for child in list ForIndexList high-level method Modelica.ast:19. | |
| void | addForIndex (ForIndex node) |
| Add element to list ForIndexList high-level method Modelica.ast:27. | |
| void | addForIndexNoTransform (ForIndex node) |
| low-level method Modelica.ast:34 | |
| void | setForIndex (ForIndex node, int i) |
| Setter for child in list ForIndexList high-level method Modelica.ast:42. | |
| List< ForIndex > | getForIndexs () |
| Getter for ForIndex list. | |
| List< ForIndex > | getForIndexsNoTransform () |
| low-level method Modelica.ast:56 | |
| List< ForIndex > | getForIndexList () |
| Getter for list ForIndexList high-level method Modelica.ast:63. | |
| List< ForIndex > | getForIndexListNoTransform () |
| low-level method Modelica.ast:72 | |
| void | setForStmtList (List< Statement > list) |
| Setter for ForStmtList high-level method Modelica.ast:5. | |
| int | getNumForStmt () |
| Statement | getForStmt (int i) |
| Getter for child in list ForStmtList high-level method Modelica.ast:19. | |
| void | addForStmt (Statement node) |
| Add element to list ForStmtList high-level method Modelica.ast:27. | |
| void | addForStmtNoTransform (Statement node) |
| low-level method Modelica.ast:34 | |
| void | setForStmt (Statement node, int i) |
| Setter for child in list ForStmtList high-level method Modelica.ast:42. | |
| List< Statement > | getForStmts () |
| Getter for ForStmt list. | |
| List< Statement > | getForStmtsNoTransform () |
| low-level method Modelica.ast:56 | |
| List< Statement > | getForStmtList () |
| Getter for list ForStmtList high-level method Modelica.ast:63. | |
| List< Statement > | getForStmtListNoTransform () |
| low-level method Modelica.ast:72 | |
| ASTNode | rewriteTo () |
| internal | |
Protected Member Functions | |
| InstForStmt | instantiateStatement () |
| method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1579 | |
| int | numChildren () |
| low-level method Modelica.ast:17 | |
| org.jmodelica.modelica.compiler.ForStmt.ForStmt | ( | ) |
method Modelica.ast:1
| org.jmodelica.modelica.compiler.ForStmt.ForStmt | ( | Comment | p0, | |
| List< ForIndex > | p1, | |||
| List< Statement > | p2 | |||
| ) |
method Modelica.ast:9
| void org.jmodelica.modelica.compiler.ForStmt.addForIndex | ( | ForIndex | node | ) |
Add element to list ForIndexList high-level method Modelica.ast:27.
| void org.jmodelica.modelica.compiler.ForStmt.addForIndexNoTransform | ( | ForIndex | node | ) |
low-level method Modelica.ast:34
| void org.jmodelica.modelica.compiler.ForStmt.addForStmt | ( | Statement | node | ) |
Add element to list ForStmtList high-level method Modelica.ast:27.
| void org.jmodelica.modelica.compiler.ForStmt.addForStmtNoTransform | ( | Statement | node | ) |
low-level method Modelica.ast:34
| ForStmt org.jmodelica.modelica.compiler.ForStmt.clone | ( | ) | throws CloneNotSupportedException |
| ForStmt org.jmodelica.modelica.compiler.ForStmt.copy | ( | ) |
internal
| void org.jmodelica.modelica.compiler.ForStmt.flushCache | ( | ) |
| void org.jmodelica.modelica.compiler.ForStmt.flushCollectionCache | ( | ) |
| ForStmt org.jmodelica.modelica.compiler.ForStmt.fullCopy | ( | ) |
low-level
| Comment org.jmodelica.modelica.compiler.ForStmt.getComment | ( | ) |
Getter for Comment high-level method Modelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.Statement.
| Comment org.jmodelica.modelica.compiler.ForStmt.getCommentNoTransform | ( | ) |
| ForIndex org.jmodelica.modelica.compiler.ForStmt.getForIndex | ( | int | i | ) |
Getter for child in list ForIndexList high-level method Modelica.ast:19.
| List<ForIndex> org.jmodelica.modelica.compiler.ForStmt.getForIndexList | ( | ) |
Getter for list ForIndexList high-level method Modelica.ast:63.
| List<ForIndex> org.jmodelica.modelica.compiler.ForStmt.getForIndexListNoTransform | ( | ) |
low-level method Modelica.ast:72
| List<ForIndex> org.jmodelica.modelica.compiler.ForStmt.getForIndexs | ( | ) |
Getter for ForIndex list.
high-level method Modelica.ast:50
| List<ForIndex> org.jmodelica.modelica.compiler.ForStmt.getForIndexsNoTransform | ( | ) |
low-level method Modelica.ast:56
| Statement org.jmodelica.modelica.compiler.ForStmt.getForStmt | ( | int | i | ) |
Getter for child in list ForStmtList high-level method Modelica.ast:19.
| List<Statement> org.jmodelica.modelica.compiler.ForStmt.getForStmtList | ( | ) |
Getter for list ForStmtList high-level method Modelica.ast:63.
| List<Statement> org.jmodelica.modelica.compiler.ForStmt.getForStmtListNoTransform | ( | ) |
low-level method Modelica.ast:72
| List<Statement> org.jmodelica.modelica.compiler.ForStmt.getForStmts | ( | ) |
Getter for ForStmt list.
high-level method Modelica.ast:50
| List<Statement> org.jmodelica.modelica.compiler.ForStmt.getForStmtsNoTransform | ( | ) |
low-level method Modelica.ast:56
| int org.jmodelica.modelica.compiler.ForStmt.getNumForIndex | ( | ) |
| int org.jmodelica.modelica.compiler.ForStmt.getNumForStmt | ( | ) |
| InstForStmt org.jmodelica.modelica.compiler.ForStmt.instantiateStatement | ( | ) | [protected, virtual] |
method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1579
Implements org.jmodelica.modelica.compiler.Statement.
| boolean org.jmodelica.modelica.compiler.ForStmt.mayHaveRewrite | ( | ) |
| int org.jmodelica.modelica.compiler.ForStmt.numChildren | ( | ) | [protected] |
| ASTNode org.jmodelica.modelica.compiler.ForStmt.rewriteTo | ( | ) |
| void org.jmodelica.modelica.compiler.ForStmt.setComment | ( | Comment | node | ) |
Setter for Comment high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.Statement.
| void org.jmodelica.modelica.compiler.ForStmt.setForIndex | ( | ForIndex | node, | |
| int | i | |||
| ) |
Setter for child in list ForIndexList high-level method Modelica.ast:42.
| void org.jmodelica.modelica.compiler.ForStmt.setForIndexList | ( | List< ForIndex > | list | ) |
Setter for ForIndexList high-level method Modelica.ast:5.
| void org.jmodelica.modelica.compiler.ForStmt.setForStmt | ( | Statement | node, | |
| int | i | |||
| ) |
Setter for child in list ForStmtList high-level method Modelica.ast:42.
| void org.jmodelica.modelica.compiler.ForStmt.setForStmtList | ( | List< Statement > | list | ) |
Setter for ForStmtList high-level method Modelica.ast:5.
1.5.8