
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| WhenStmt | clone () throws CloneNotSupportedException |
| internal | |
| WhenStmt | copy () |
| internal | |
| WhenStmt | fullCopy () |
| low-level | |
| WhenStmt () | |
| method Modelica.ast:1 | |
| WhenStmt (Comment p0, List< IfWhenClause > p1) | |
| method Modelica.ast:8 | |
| boolean | mayHaveRewrite () |
| internal method Modelica.ast:21 | |
| 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 | setIfWhenClauseList (List< IfWhenClause > list) |
| Setter for IfWhenClauseList high-level method Modelica.ast:5. | |
| int | getNumIfWhenClause () |
| IfWhenClause | getIfWhenClause (int i) |
| Getter for child in list IfWhenClauseList high-level method Modelica.ast:19. | |
| void | addIfWhenClause (IfWhenClause node) |
| Add element to list IfWhenClauseList high-level method Modelica.ast:27. | |
| void | addIfWhenClauseNoTransform (IfWhenClause node) |
| low-level method Modelica.ast:34 | |
| void | setIfWhenClause (IfWhenClause node, int i) |
| Setter for child in list IfWhenClauseList high-level method Modelica.ast:42. | |
| List< IfWhenClause > | getIfWhenClauses () |
| Getter for IfWhenClause list. | |
| List< IfWhenClause > | getIfWhenClausesNoTransform () |
| low-level method Modelica.ast:56 | |
| List< IfWhenClause > | getIfWhenClauseList () |
| Getter for list IfWhenClauseList high-level method Modelica.ast:63. | |
| List< IfWhenClause > | getIfWhenClauseListNoTransform () |
| low-level method Modelica.ast:72 | |
| ASTNode | rewriteTo () |
| internal | |
Protected Member Functions | |
| FWhenStmt | instantiateIfWhenStmt (List l) |
| method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1556 | |
| int | numChildren () |
| low-level method Modelica.ast:15 | |
| org.jmodelica.modelica.compiler.WhenStmt.WhenStmt | ( | ) |
method Modelica.ast:1
| org.jmodelica.modelica.compiler.WhenStmt.WhenStmt | ( | Comment | p0, | |
| List< IfWhenClause > | p1 | |||
| ) |
method Modelica.ast:8
| void org.jmodelica.modelica.compiler.WhenStmt.addIfWhenClause | ( | IfWhenClause | node | ) |
Add element to list IfWhenClauseList high-level method Modelica.ast:27.
Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.
| void org.jmodelica.modelica.compiler.WhenStmt.addIfWhenClauseNoTransform | ( | IfWhenClause | node | ) |
| WhenStmt org.jmodelica.modelica.compiler.WhenStmt.clone | ( | ) | throws CloneNotSupportedException |
| WhenStmt org.jmodelica.modelica.compiler.WhenStmt.copy | ( | ) |
internal
| void org.jmodelica.modelica.compiler.WhenStmt.flushCache | ( | ) |
| void org.jmodelica.modelica.compiler.WhenStmt.flushCollectionCache | ( | ) |
| WhenStmt org.jmodelica.modelica.compiler.WhenStmt.fullCopy | ( | ) |
low-level
| Comment org.jmodelica.modelica.compiler.WhenStmt.getComment | ( | ) |
Getter for Comment high-level method Modelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.
| Comment org.jmodelica.modelica.compiler.WhenStmt.getCommentNoTransform | ( | ) |
| IfWhenClause org.jmodelica.modelica.compiler.WhenStmt.getIfWhenClause | ( | int | i | ) |
Getter for child in list IfWhenClauseList high-level method Modelica.ast:19.
Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.
| List<IfWhenClause> org.jmodelica.modelica.compiler.WhenStmt.getIfWhenClauseList | ( | ) |
Getter for list IfWhenClauseList high-level method Modelica.ast:63.
Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.
| List<IfWhenClause> org.jmodelica.modelica.compiler.WhenStmt.getIfWhenClauseListNoTransform | ( | ) |
| List<IfWhenClause> org.jmodelica.modelica.compiler.WhenStmt.getIfWhenClauses | ( | ) |
Getter for IfWhenClause list.
high-level method Modelica.ast:50
Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.
| List<IfWhenClause> org.jmodelica.modelica.compiler.WhenStmt.getIfWhenClausesNoTransform | ( | ) |
| int org.jmodelica.modelica.compiler.WhenStmt.getNumIfWhenClause | ( | ) |
Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.
| FWhenStmt org.jmodelica.modelica.compiler.WhenStmt.instantiateIfWhenStmt | ( | List | l | ) | [protected, virtual] |
method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1556
Implements org.jmodelica.modelica.compiler.IfWhenStmt.
| boolean org.jmodelica.modelica.compiler.WhenStmt.mayHaveRewrite | ( | ) |
| int org.jmodelica.modelica.compiler.WhenStmt.numChildren | ( | ) | [protected] |
| ASTNode org.jmodelica.modelica.compiler.WhenStmt.rewriteTo | ( | ) |
| void org.jmodelica.modelica.compiler.WhenStmt.setComment | ( | Comment | node | ) |
Setter for Comment high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.
| void org.jmodelica.modelica.compiler.WhenStmt.setIfWhenClause | ( | IfWhenClause | node, | |
| int | i | |||
| ) |
Setter for child in list IfWhenClauseList high-level method Modelica.ast:42.
Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.
| void org.jmodelica.modelica.compiler.WhenStmt.setIfWhenClauseList | ( | List< IfWhenClause > | list | ) |
Setter for IfWhenClauseList high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.
1.5.8