
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| WhileStmt | clone () throws CloneNotSupportedException |
| internal | |
| WhileStmt | copy () |
| internal | |
| WhileStmt | fullCopy () |
| low-level | |
| WhileStmt () | |
| method Modelica.ast:1 | |
| WhileStmt (Comment p0, Exp p1, List< Statement > p2) | |
| method Modelica.ast:8 | |
| boolean | mayHaveRewrite () |
| internal method Modelica.ast:22 | |
| 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 | setTest (Exp node) |
| Setter for Test high-level method Modelica.ast:5. | |
| Exp | getTest () |
| Getter for Test high-level method Modelica.ast:12. | |
| Exp | getTestNoTransform () |
| low-level method Modelica.ast:18 | |
| void | setWhileStmtList (List< Statement > list) |
| Setter for WhileStmtList high-level method Modelica.ast:5. | |
| int | getNumWhileStmt () |
| Statement | getWhileStmt (int i) |
| Getter for child in list WhileStmtList high-level method Modelica.ast:19. | |
| void | addWhileStmt (Statement node) |
| Add element to list WhileStmtList high-level method Modelica.ast:27. | |
| void | addWhileStmtNoTransform (Statement node) |
| low-level method Modelica.ast:34 | |
| void | setWhileStmt (Statement node, int i) |
| Setter for child in list WhileStmtList high-level method Modelica.ast:42. | |
| List< Statement > | getWhileStmts () |
| Getter for WhileStmt list. | |
| List< Statement > | getWhileStmtsNoTransform () |
| low-level method Modelica.ast:56 | |
| List< Statement > | getWhileStmtList () |
| Getter for list WhileStmtList high-level method Modelica.ast:63. | |
| List< Statement > | getWhileStmtListNoTransform () |
| low-level method Modelica.ast:72 | |
| ASTNode | rewriteTo () |
| internal | |
Protected Member Functions | |
| FWhileStmt | instantiateStatement () |
| method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1587 | |
| int | numChildren () |
| low-level method Modelica.ast:16 | |
| org.jmodelica.modelica.compiler.WhileStmt.WhileStmt | ( | ) |
method Modelica.ast:1
method Modelica.ast:8
| void org.jmodelica.modelica.compiler.WhileStmt.addWhileStmt | ( | Statement | node | ) |
Add element to list WhileStmtList high-level method Modelica.ast:27.
| void org.jmodelica.modelica.compiler.WhileStmt.addWhileStmtNoTransform | ( | Statement | node | ) |
low-level method Modelica.ast:34
| WhileStmt org.jmodelica.modelica.compiler.WhileStmt.clone | ( | ) | throws CloneNotSupportedException |
| WhileStmt org.jmodelica.modelica.compiler.WhileStmt.copy | ( | ) |
internal
| void org.jmodelica.modelica.compiler.WhileStmt.flushCache | ( | ) |
| void org.jmodelica.modelica.compiler.WhileStmt.flushCollectionCache | ( | ) |
| WhileStmt org.jmodelica.modelica.compiler.WhileStmt.fullCopy | ( | ) |
low-level
| Comment org.jmodelica.modelica.compiler.WhileStmt.getComment | ( | ) |
Getter for Comment high-level method Modelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.Statement.
| Comment org.jmodelica.modelica.compiler.WhileStmt.getCommentNoTransform | ( | ) |
| int org.jmodelica.modelica.compiler.WhileStmt.getNumWhileStmt | ( | ) |
| Exp org.jmodelica.modelica.compiler.WhileStmt.getTest | ( | ) |
Getter for Test high-level method Modelica.ast:12.
| Exp org.jmodelica.modelica.compiler.WhileStmt.getTestNoTransform | ( | ) |
low-level method Modelica.ast:18
| Statement org.jmodelica.modelica.compiler.WhileStmt.getWhileStmt | ( | int | i | ) |
Getter for child in list WhileStmtList high-level method Modelica.ast:19.
| List<Statement> org.jmodelica.modelica.compiler.WhileStmt.getWhileStmtList | ( | ) |
Getter for list WhileStmtList high-level method Modelica.ast:63.
| List<Statement> org.jmodelica.modelica.compiler.WhileStmt.getWhileStmtListNoTransform | ( | ) |
low-level method Modelica.ast:72
| List<Statement> org.jmodelica.modelica.compiler.WhileStmt.getWhileStmts | ( | ) |
Getter for WhileStmt list.
high-level method Modelica.ast:50
| List<Statement> org.jmodelica.modelica.compiler.WhileStmt.getWhileStmtsNoTransform | ( | ) |
low-level method Modelica.ast:56
| FWhileStmt org.jmodelica.modelica.compiler.WhileStmt.instantiateStatement | ( | ) | [protected, virtual] |
method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1587
Implements org.jmodelica.modelica.compiler.Statement.
| boolean org.jmodelica.modelica.compiler.WhileStmt.mayHaveRewrite | ( | ) |
| int org.jmodelica.modelica.compiler.WhileStmt.numChildren | ( | ) | [protected] |
| ASTNode org.jmodelica.modelica.compiler.WhileStmt.rewriteTo | ( | ) |
| void org.jmodelica.modelica.compiler.WhileStmt.setComment | ( | Comment | node | ) |
Setter for Comment high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.Statement.
| void org.jmodelica.modelica.compiler.WhileStmt.setTest | ( | Exp | node | ) |
Setter for Test high-level method Modelica.ast:5.
| void org.jmodelica.modelica.compiler.WhileStmt.setWhileStmt | ( | Statement | node, | |
| int | i | |||
| ) |
Setter for child in list WhileStmtList high-level method Modelica.ast:42.
| void org.jmodelica.modelica.compiler.WhileStmt.setWhileStmtList | ( | List< Statement > | list | ) |
Setter for WhileStmtList high-level method Modelica.ast:5.
1.5.8